summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2021-03-07 12:30:25 -0500
committerJason R. Coombs <jaraco@jaraco.com>2021-03-07 12:30:53 -0500
commitaf5445115af0cb68e671a678538a0207389586be (patch)
tree5be6de1634e620bad4109a6259f9e0001d459408
parent14312a5bd75d3313ffd3e14fc7fbbc2a9b05cee5 (diff)
downloadpytest-runner-af5445115af0cb68e671a678538a0207389586be.tar.gz
Bump minimums on pytest-checkdocs and pytest-enabler as found on Setuptools.
-rw-r--r--setup.cfg4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup.cfg b/setup.cfg
index 55497f8..3f6610b 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -32,7 +32,7 @@ exclude =
testing =
# upstream
pytest >= 4.6
- pytest-checkdocs >= 1.2.3
+ pytest-checkdocs >= 2.4
pytest-flake8
# python_implementation: workaround for jaraco/skeleton#22
pytest-black >= 0.3.7; python_implementation != "PyPy"
@@ -40,7 +40,7 @@ testing =
# python_implementation: workaround for jaraco/skeleton#22
# python_version: workaround for python/typed_ast#156
pytest-mypy; python_implementation != "PyPy" and python_version < "3.10"
- pytest-enabler
+ pytest-enabler >= 1.0.1
# local