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
When running python setup.py test we get the warning:
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.
This same command is used to run tests in the Travis conf, probably should look into this before it starts to fail.
The text was updated successfully, but these errors were encountered:
When running
python setup.py test
we get the warning: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.
This same command is used to run tests in the Travis conf, probably should look into this before it starts to fail.
The text was updated successfully, but these errors were encountered: