ports/devel/py-pytest-runner/pkg-descr
Thierry Thomas a1e5451ffa devel/py-pytest-runner: upgrade to 5.3.1 and deprecate
aAccording to upstream: pytest-runner depends on deprecated features of
setuptools and relies on features that break security mechanisms in pip.

PR:		255272
Reported by:	Gian-Simon Purkert
Approved by:	wg (maintainer=
2021-06-07 20:08:03 +02:00

15 lines
577 B
Text

Setup scripts can use pytest-runner to add setup.py test support
for pytest runner.
Notice: pytest-runner depends on deprecated features of setuptools and relies on
features that break security mechanisms in pip.
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.
WWW: https://github.com/pytest-dev/pytest-runner