summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2021-03-21 16:19:29 -0400
committerNed Batchelder <ned@nedbatchelder.com>2021-03-21 16:19:29 -0400
commita1da9d62d5a5b8e1c2e13000c5604adc6f89daf1 (patch)
tree9391356d2eb2cdb35e038bee15097b294a85791f
parent6b8274be9623f6b3b799706c864fb3aebaf9fe6e (diff)
downloadpython-coveragepy-git-a1da9d62d5a5b8e1c2e13000c5604adc6f89daf1.tar.gz
docs: update a pytest url to their new structure
-rw-r--r--doc/contributing.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/contributing.rst b/doc/contributing.rst
index a4c9967c..50821ed2 100644
--- a/doc/contributing.rst
+++ b/doc/contributing.rst
@@ -157,7 +157,7 @@ these as 1 to use them:
Of course, run all the tests on every version of Python you have, before
submitting a change.
-.. _pytest test selectors: http://doc.pytest.org/en/latest/usage.html#specifying-tests-selecting-tests
+.. _pytest test selectors: http://doc.pytest.org/en/stable/usage.html#specifying-tests-selecting-tests
Lint, etc