stone icon indicating copy to clipboard operation
stone copied to clipboard

pytest-runner deprecated

Open 0-wiz-0 opened this issue 1 year ago • 1 comments

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.

0-wiz-0 avatar Aug 10 '24 07:08 0-wiz-0

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

greg-db avatar Aug 12 '24 20:08 greg-db