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

pytest-runner deprecated #344

Open
0-wiz-0 opened this issue Aug 10, 2024 · 1 comment
Open

pytest-runner deprecated #344

0-wiz-0 opened this issue Aug 10, 2024 · 1 comment

Comments

@0-wiz-0
Copy link

0-wiz-0 commented Aug 10, 2024

This project still uses pytest-runner, but the upstream repository is archived:

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 https://github.com/pypa/setuptools/issues/1684.

It is recommended that you:

    Remove 'pytest-runner' from your setup_requires, preferably removing the setup_requires option.
    Remove 'pytest' and any other testing requirements from tests_require, preferably removing the tests_requires option.
    Select a tool to bootstrap and then run tests such as tox.
@greg-db
Copy link
Contributor

greg-db commented Aug 12, 2024

Thanks for reporting this! I'll ask the team to take care of it.

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