summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--setup.cfg2
-rw-r--r--tox.ini1
2 files changed, 1 insertions, 2 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
diff --git a/tox.ini b/tox.ini
index 41e20a3..4121a91 100644
--- a/tox.ini
+++ b/tox.ini
@@ -7,7 +7,6 @@ deps =
setuptools>=31.0.1
commands =
pytest {posargs}
- python setup.py checkdocs
usedevelop = True
extras = testing