From b759e88ee57fac9b1ee17ed89bed65e79b388361 Mon Sep 17 00:00:00 2001 From: James Myatt Date: Mon, 11 Oct 2021 13:05:11 +0100 Subject: [PATCH] Mention migration instructions in ptr repo --- doc/en/explanation/goodpractices.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/en/explanation/goodpractices.rst b/doc/en/explanation/goodpractices.rst index 64cb141bd..33db40867 100644 --- a/doc/en/explanation/goodpractices.rst +++ b/doc/en/explanation/goodpractices.rst @@ -259,9 +259,9 @@ 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. For example 'setup_requires' and 'tests_require' bypass ``pip --require-hashes``. -For more information, -see the `pytest-runner notice `_ -and `pypa/setuptools#1684 `_. +For more information and migration instructions, +see the `pytest-runner notice `_. +See also `pypa/setuptools#1684 `_. setuptools intends to `remove the test command `_.