summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2016-12-07 14:39:37 -0500
committerJason R. Coombs <jaraco@jaraco.com>2016-12-07 14:39:37 -0500
commit5dadfb7d2bff10b488756ae5fd8cb5988235882d (patch)
tree179ea1b7b9c58cb716ce8e816906749caa1a6460
parent3b4ab0251541d81ccaccf287a38b651b462f42d0 (diff)
downloadpytest-runner-5dadfb7d2bff10b488756ae5fd8cb5988235882d.tar.gz
Remove latent reference to project no longer using pytest-runner. Fixes #24.
-rw-r--r--README.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.rst b/README.rst
index 908e726..2af13f4 100644
--- a/README.rst
+++ b/README.rst
@@ -52,9 +52,9 @@ Additional dependencies require to run the tests (e.g. mock or pytest
plugins) may be added to tests_require and will be downloaded and
required by the session before invoking pytest.
-See the `jaraco.collections
-<https://github.com/jaraco/jaraco.collections>`_ project
-for real-world usage.
+Follow `this search on github
+<https://github.com/search?utf8=%E2%9C%93&q=filename%3Asetup.py+pytest-runner&type=Code&ref=searchresults>`_
+for examples of real-world usage.
Standalone Example
------------------