summaryrefslogtreecommitdiff
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
parent6de738440c6333e0f5e7b2447d2b5c05785481db (diff)
downloadpytest-runner-95af04d3fcf70a487f59c854d802d9bac193de53.tar.gz
Prefer pytest-checkdocs to collective.checkdocs
-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