Skip to content

pytest-runner deprecated #572

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

Closed
0-wiz-0 opened this issue Aug 10, 2024 · 2 comments · Fixed by #573
Closed

pytest-runner deprecated #572

0-wiz-0 opened this issue Aug 10, 2024 · 2 comments · Fixed by #573
Labels

Comments

@0-wiz-0
Copy link
Contributor

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.
@justinmk justinmk added the test label Aug 11, 2024
@justinmk
Copy link
Member

Any chance you can send a PR?

0-wiz-0 added a commit to 0-wiz-0/pynvim that referenced this issue Aug 11, 2024
This does not seem to be used any longer.

Closes neovim#572.
@0-wiz-0
Copy link
Contributor Author

0-wiz-0 commented Aug 11, 2024

Take a look at #573, I think that's sufficient.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants