Update section title

This commit is contained in:
James Myatt 2021-10-11 13:02:55 +01:00 committed by GitHub
parent 2b40b90279
commit db1f62841b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 4 deletions

View File

@ -249,11 +249,12 @@ options. It will run tests against the installed package and not
against your source code checkout, helping to detect packaging
glitches.
Integrating with setuptools / ``python setup.py test`` / ``pytest-runner``
--------------------------------------------------------------------------
Do not run via setuptools
-------------------------
Integration with setuptools is **not recommended**
and may be removed in the future.
Integration with setuptools is **not recommended**,
i.e. you should not be using ``python setup.py test`` or ``pytest-runner``,
and may stop working in the future.
This is deprecated since it depends on deprecated features of setuptools
and relies on features that break security mechanisms in pip.