summaryrefslogtreecommitdiff
path: root/devel/py-pytest-runner/pkg-descr
blob: b774ab9399b1ab4963c474d958578c1c1f4eb015 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
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.