You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
:The text was updated successfully, but these errors were encountered: