summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@flameeyes.com>2020-03-25 17:26:38 +0000
committerDiego Elio Pettenò <flameeyes@flameeyes.com>2020-03-25 17:26:38 +0000
commit2928e3726db31482f1135f35c6f9a7c84e501cec (patch)
tree0b8da4df672330c0b1e717ab93c3845e68786b88
parent0880a9876cf424458b82757d1c7504be58f9c2c1 (diff)
downloadpytest-runner-2928e3726db31482f1135f35c6f9a7c84e501cec.tar.gz
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 ba9805b..fc6bdbb 100644
--- a/README.rst
+++ b/README.rst
@@ -31,8 +31,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