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
Hi! The use of python setup.py test is deprecated and should be replaced with a call to the test suite directly:
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:
… tests.
Switch to PEP517.
Remove unneededed packages from depends and checkdepends.
Add (backported) patch to fix support for django >= 4.1: django-cms/django-classy-tags#96
Run tests directly instead of using deprecated setuptools functionality: django-cms/django-classy-tags#95
Remove unnecessary quotes and curly braces.
git-svn-id: file:///srv/repos/svn-community/svn@1355404 9fca08f4-af9d-4005-b8df-a31f2cc04f65
… tests.
Switch to PEP517.
Remove unneededed packages from depends and checkdepends.
Add (backported) patch to fix support for django >= 4.1: django-cms/django-classy-tags#96
Run tests directly instead of using deprecated setuptools functionality: django-cms/django-classy-tags#95
Remove unnecessary quotes and curly braces.
git-svn-id: file:///srv/repos/svn-community/svn@1355404 9fca08f4-af9d-4005-b8df-a31f2cc04f65
Hi! The use of
python setup.py test
is deprecated and should be replaced with a call to the test suite directly:The text was updated successfully, but these errors were encountered: