summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Grainger <tagrain@gmail.com>2019-08-27 10:37:26 +0100
committerGitHub <noreply@github.com>2019-08-27 10:37:26 +0100
commit54224c92121bc0b9b0aa3dc6c44d207ff0256360 (patch)
tree77f906cbb318c57bd176ecaa5ecd241ba319bb57
parent78a492cb9f611a4fccaf6556c966b848885833ba (diff)
downloadpytest-runner-54224c92121bc0b9b0aa3dc6c44d207ff0256360.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 99b00af..aa8b0f1 100644
--- a/README.rst
+++ b/README.rst
@@ -22,7 +22,7 @@ runner.
Deprecation Notice
==================
-pytest-runner depends on deprecated features of setuptools and relys on features that break security
+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`.
See also https://github.com/pypa/setuptools/issues/1684.