summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Grainger <tagrain@gmail.com>2019-08-29 13:13:59 +0100
committerGitHub <noreply@github.com>2019-08-29 13:13:59 +0100
commit2c6864fb251e40513f638617954c6b9454b4130a (patch)
treea892b5270869dfef3be84d4480da359a36093f3d
parent54224c92121bc0b9b0aa3dc6c44d207ff0256360 (diff)
downloadpytest-runner-2c6864fb251e40513f638617954c6b9454b4130a.tar.gz
Update README.rst
-rw-r--r--README.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index aa8b0f1..bbec1db 100644
--- a/README.rst
+++ b/README.rst
@@ -23,7 +23,7 @@ Deprecation Notice
==================
pytest-runner depends on deprecated features of setuptools and relies on features that break security
-mechanisms in pip. For example `setup_requires` and `tests_require` bypass `pip --require-hashes`.
+mechanisms in pip. For example 'setup_requires' and 'tests_require' bypass ``pip --require-hashes``.
See also https://github.com/pypa/setuptools/issues/1684.
It is recommended that you: