summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2021-02-26 20:55:35 -0500
committerJason R. Coombs <jaraco@jaraco.com>2021-02-27 13:51:57 -0500
commitac3154576db19ae91a3cb1c26b7eba279fd12191 (patch)
treea58cf05e2c1f852f548b81955e7076bc4e075705
parent3d3c69e3800e66de8e6e3b5fc5672886f2b1068e (diff)
downloadpython-setuptools-git-ac3154576db19ae91a3cb1c26b7eba279fd12191.tar.gz
Rely on pytest-checkdocs 2.4 to avoid picking up 'bootstrap' as the local project.
-rw-r--r--setup.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index f4bf489a..7adf8569 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -41,7 +41,7 @@ exclude =
testing =
# upstream
pytest >= 3.5, !=3.7.3
- pytest-checkdocs >= 1.2.3
+ pytest-checkdocs >= 2.4
pytest-flake8
pytest-black >= 0.3.7; python_implementation != "PyPy"
pytest-cov