Closed johenglisch closed 2 years ago
No idea, what's up with the test failure -- seems to be coming from clldutils
.
.tox/py36/lib/python3.6/site-packages/clldutils/text.py:130: in <module>
def replace_pattern(pattern: typing.Union[str, re.Pattern], repl, text: str, flags=0) -> str:
E AttributeError: module 're' has no attribute 'Pattern'
EDIT: btw, only affects python 3.6
ERROR: py36: commands failed
py37: commands succeeded
py38: commands succeeded
py39: commands succeeded
py310: commands succeeded
py3.6 is no longer supported by clldutils. I fixed the gh action to no longer run py3.6 tests.
@johenglisch you'd need to merge master into this branch, though.
The
ValueException
within thewith
block caused data corruption.Added padding so all rows have the same length (can't hurt).
Told the test suite about those cases.