summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2018-11-28 12:44:40 -0500
committerJason R. Coombs <jaraco@jaraco.com>2018-11-28 12:44:40 -0500
commit95af04d3fcf70a487f59c854d802d9bac193de53 (patch)
tree05d3cffe1c903c0666b42620b36899584647c778 /setup.cfg
parent6de738440c6333e0f5e7b2447d2b5c05785481db (diff)
downloadpytest-runner-95af04d3fcf70a487f59c854d802d9bac193de53.tar.gz
Prefer pytest-checkdocs to collective.checkdocs
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 2ea2224..30f3c08 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -30,7 +30,7 @@ setup_requires = setuptools_scm >= 1.15.0
testing =
# upstream
pytest >= 3.5, !=3.7.3
- collective.checkdocs
+ pytest-checkdocs
pytest-flake8
# local