summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrutsky <proc.cpuinfo@gmail.com>2015-11-10 12:04:41 +0000
committerrutsky <proc.cpuinfo@gmail.com>2015-11-10 12:04:41 +0000
commit4d88d0d5304aeae69a9418867cbb06c740efe19f (patch)
treebdc4d0d01b082c6bf7ee9456dabf526d136dc3eb
parentcd074a9dc2fbacfe80912a7f4d0895a502750c19 (diff)
downloadpytest-runner-4d88d0d5304aeae69a9418867cbb06c740efe19f.tar.gz
fix link on pytest's issues #567
-rw-r--r--README.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.txt b/README.txt
index 7b099e8..3c61e75 100644
--- a/README.txt
+++ b/README.txt
@@ -18,7 +18,7 @@ Usage
section of setup.cfg.
- Set permanent options for the pytest run itself in the ``[pytest]``
section of pytest.ini or tox.ini. See `pytest 567
- <https://bitbucket.org/hpk42/pytest/issue/567>`_ for details on
+ <https://bitbucket.org/pytest-dev/pytest/issues/567/>`_ for details on
why setup.cfg is inadequate.
- Optionally, set ``test=pytest`` in the ``[aliases]`` section of setup.cfg
to cause ``setup.py test`` to invoke pytest.