summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Grainger <tagrain@gmail.com>2019-10-17 17:06:35 +0100
committerGitHub <noreply@github.com>2019-10-17 17:06:35 +0100
commitbb31ecebd6e95b336bbd2b094dc9753125c98387 (patch)
treec3a2df8eb4dbe41237588da9a12dd026f9aafe8f
parent5a0feed7bae32aafc5b274c1480a9376a3546557 (diff)
downloadpytest-runner-graingert-patch-1.tar.gz
be less prescriptive about alternativesgraingert-patch-1
-rw-r--r--README.rst4
1 files changed, 1 insertions, 3 deletions
diff --git a/README.rst b/README.rst
index 1c1d80c..0a400aa 100644
--- a/README.rst
+++ b/README.rst
@@ -30,9 +30,7 @@ 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.
-- Use a requirement-test.txt file to hold test dependencies
-- Invoke tests with ``pip install --require-hashes requirements-test.txt && pytest``
-- Another good option is to configure a ``tox.ini`` next to your ``setup.cfg`` https://tox.readthedocs.io/en/latest/
+- Select a tool to bootstrap and then run tests such as tox
Usage
=====