Closed bollwyvl closed 6 months ago
Thanks for this project!
The new test marker (and notice about same on https://github.com/conda-forge/eralchemy2-feedstock/issues/3) is helpful.
Of note, I do see:
tests/test_main.py:64 $SRC_DIR/src/tests/test_main.py:64: SyntaxWarning: invalid escape sequence '\w' ["^(?!exc)\w+$"], # all not starting with excl
This single-character PR marks it as a raw string, which should squash that warning
Thanks for this project!
The new test marker (and notice about same on https://github.com/conda-forge/eralchemy2-feedstock/issues/3) is helpful.
Of note, I do see:
This single-character PR marks it as a raw string, which should squash that warning