Update section title
This commit is contained in:
parent
2b40b90279
commit
db1f62841b
|
@ -249,11 +249,12 @@ options. It will run tests against the installed package and not
|
||||||
against your source code checkout, helping to detect packaging
|
against your source code checkout, helping to detect packaging
|
||||||
glitches.
|
glitches.
|
||||||
|
|
||||||
Integrating with setuptools / ``python setup.py test`` / ``pytest-runner``
|
Do not run via setuptools
|
||||||
--------------------------------------------------------------------------
|
-------------------------
|
||||||
|
|
||||||
Integration with setuptools is **not recommended**
|
Integration with setuptools is **not recommended**,
|
||||||
and may be removed in the future.
|
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
|
This is deprecated since it depends on deprecated features of setuptools
|
||||||
and relies on features that break security mechanisms in pip.
|
and relies on features that break security mechanisms in pip.
|
||||||
|
|
Loading…
Reference in New Issue