From db1f62841ba302e209dc24f1a283ec364f6b39e5 Mon Sep 17 00:00:00 2001 From: James Myatt Date: Mon, 11 Oct 2021 13:02:55 +0100 Subject: [PATCH] Update section title --- doc/en/explanation/goodpractices.rst | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/doc/en/explanation/goodpractices.rst b/doc/en/explanation/goodpractices.rst index 8a1c9bae3..64cb141bd 100644 --- a/doc/en/explanation/goodpractices.rst +++ b/doc/en/explanation/goodpractices.rst @@ -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.