summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2021-02-28 16:41:06 -0500
committerGitHub <noreply@github.com>2021-02-28 16:41:06 -0500
commit341972d1c1e804361e3b910e4e564a5da77bfa34 (patch)
tree4473b0d04f9583da5483f8b75efae38dd4d84714 /setup.cfg
parent0c63d161ecb96514c4b271abbee74ad952f2c537 (diff)
parentce7632f3a75ab8771ec3bc71cf21136a22de55ff (diff)
downloadpython-setuptools-git-341972d1c1e804361e3b910e4e564a5da77bfa34.tar.gz
Merge pull request #2582 from pypa/feature/2550-build-from-source
Rely on backend build path and bootstrap metadata to easily build from source
Diffstat (limited to 'setup.cfg')
-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