python-validators/validators

0.28.2 sdist is missing `src/validators/_tld.txt`

mgorny opened this issue · 2 comments

mgorny commented

When trying to run the tests from 0.28.2 sdist, I'm getting lots of test failures like:

FAILED tests/test_domain.py::test_returns_true_on_valid_top_level_domain[example.com-True-False-False] - FileNotFoundError: [Errno 2] No such file or directory: '/tmp/portage/dev-python/validators-0.28.2/work/validators-0.28.2/src/validators/_tld.txt'

Apparently the file was there in 0.28.1 but disappeared in 0.28.2.

Hi it was fixed in #379. Please use version 0.28.3.

mgorny commented

Thanks! I can confirm that 0.28.3 looks good.