We currently use python3 setup.py test which is already deprecated for quite some time. I, therefore, get the following warning when running tests via python3 setup.py test:
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.
We currently use
python3 setup.py test
which is already deprecated for quite some time. I, therefore, get the following warning when running tests viapython3 setup.py test
: