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

Remove use of deprecated 'setup.py test' #187

Merged
merged 1 commit into from Dec 8, 2020
Merged

Remove use of deprecated 'setup.py test' #187

merged 1 commit into from Dec 8, 2020

Commits on Feb 15, 2020

  1. Remove use of deprecated 'setup.py test'

    Since setuptools v41.5.0 (27 Oct 2019), the 'test' command is formally
    deprecated and should not be used.
    
    The pytest-runner package also lists itself as deprecated:
    https://github.com/pytest-dev/pytest-runner
    
    > Deprecation Notice
    >
    > pytest-runner depends on deprecated features of setuptools and relies
    > on features that break security mechanisms in pip. For example
    > 'setup_requires' and 'tests_require' bypass pip --require-hashes. See
    > also pypa/setuptools#1684.
    jdufresne committed Feb 15, 2020
    Copy the full SHA
    19d7249 View commit details
    Browse the repository at this point in the history