Closed hukkin closed 3 years ago
test command is deprecated in setuptools (https://github.com/pypa/setuptools/pull/1878). We should replace it with either tox, or simply pytest or python -m unittest
test
tox
pytest
python -m unittest
Fixed in #59. Thanks for the report!
test
command is deprecated in setuptools (https://github.com/pypa/setuptools/pull/1878). We should replace it with eithertox
, or simplypytest
orpython -m unittest