Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The use of setup.py test is deprecated #95

Open
dvzrv opened this issue Nov 30, 2022 · 0 comments
Open

The use of setup.py test is deprecated #95

dvzrv opened this issue Nov 30, 2022 · 0 comments

Comments

@dvzrv
Copy link

dvzrv commented Nov 30, 2022

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.
archlinux-github pushed a commit to archlinux/svntogit-community that referenced this issue Nov 30, 2022
… 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
archlinux-github pushed a commit to archlinux/svntogit-community that referenced this issue Nov 30, 2022
… 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants