tahoe-lafs / zfec

zfec -- an efficient, portable erasure coding tool
Other
374 stars 44 forks source link

"Testing via this command is deprecated" #40

Closed sajith closed 2 years ago

sajith commented 3 years ago

There's this warning when running tox -e py:

WARNING: Testing via this command is deprecated and will be
removed in a future version. Users looking for a generic test
entry point independent of test runner are encouraged to use
tox.

That is kind of circular: we're already using tox! That warning is likely emitted by setuptools because tox.ini has python setup.py test under commands.