-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
setup.py test
is bad practice
#500
Comments
It might also be worth pyproject.toml PEP517/PEP518 support too, eg scrap setup.py altogether and use something like flit |
|
Please see my PR #544 which should remove all references to |
Removed all references to `setup.py test` fixes audreyfeldroy#500
In accordance with deprecation notice of pytest-runner:
Both are still in {{cookiecutter.project_slug}}/setup.py and not in PR #544. |
Good catch, thanks for pointing out this omission. I'll update if I find the time but feel free to do so yourself |
I ran into the same problem. |
Thanks everyone for their commentary. We're ihave removed python setup.py test. 😄 |
setup.py test
is deprecated and will be removed one day: pypa/setuptools#1684pytest-runner
is no longer recommended: pytest-dev/pytest-runner#50The project should be updated to avoid these "smells".
The text was updated successfully, but these errors were encountered: