From bb31ecebd6e95b336bbd2b094dc9753125c98387 Mon Sep 17 00:00:00 2001 From: Thomas Grainger Date: Thu, 17 Oct 2019 17:06:35 +0100 Subject: be less prescriptive about alternatives --- README.rst | 4 +--- 1 file changed, 1 insertion(+), 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 ===== -- cgit v1.2.1