summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2021-02-11 22:21:52 -0500
committerGitHub <noreply@github.com>2021-02-11 22:21:52 -0500
commita87b237fba9c8e0f8fccd16cab6917f3ef910de7 (patch)
tree43e16255225b8e4963ddc5c46f898960c614c5b0
parent0c52b0510be7fd8fe135bfe18523a2b040796da9 (diff)
parent2928e3726db31482f1135f35c6f9a7c84e501cec (diff)
downloadpytest-runner-a87b237fba9c8e0f8fccd16cab6917f3ef910de7.tar.gz
Merge pull request #54 from Flameeyes/master
Fix README (and thus long_description).
-rw-r--r--README.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index 9f700f4..93097ba 100644
--- a/README.rst
+++ b/README.rst
@@ -32,8 +32,8 @@ See also https://github.com/pypa/setuptools/issues/1684.
It is recommended that you:
-- Remove 'pytest-runner' from your 'setup_requires', preferably removing the `setup_requires` option.
-- Remove 'pytest' and any other testing requirements from 'tests_require', preferably removing the `setup_requires` option.
+- Remove ``'pytest-runner'`` from your ``setup_requires``, preferably removing the ``setup_requires`` option.
+- Remove ``'pytest'`` and any other testing requirements from ``tests_require``, preferably removing the ``tests_requires`` option.
- Select a tool to bootstrap and then run tests such as tox
Usage