Skip to content

Commit af54451

Browse files
committed
Bump minimums on pytest-checkdocs and pytest-enabler as found on Setuptools.
1 parent 14312a5 commit af54451

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,15 @@ exclude =
3232
testing =
3333
# upstream
3434
pytest >= 4.6
35-
pytest-checkdocs >= 1.2.3
35+
pytest-checkdocs >= 2.4
3636
pytest-flake8
3737
# python_implementation: workaround for jaraco/skeleton#22
3838
pytest-black >= 0.3.7; python_implementation != "PyPy"
3939
pytest-cov
4040
# python_implementation: workaround for jaraco/skeleton#22
4141
# python_version: workaround for python/typed_ast#156
4242
pytest-mypy; python_implementation != "PyPy" and python_version < "3.10"
43-
pytest-enabler
43+
pytest-enabler >= 1.0.1
4444

4545
# local
4646

0 commit comments

Comments
 (0)