We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14312a5 commit af54451Copy full SHA for af54451
setup.cfg
@@ -32,15 +32,15 @@ exclude =
32
testing =
33
# upstream
34
pytest >= 4.6
35
- pytest-checkdocs >= 1.2.3
+ pytest-checkdocs >= 2.4
36
pytest-flake8
37
# python_implementation: workaround for jaraco/skeleton#22
38
pytest-black >= 0.3.7; python_implementation != "PyPy"
39
pytest-cov
40
41
# python_version: workaround for python/typed_ast#156
42
pytest-mypy; python_implementation != "PyPy" and python_version < "3.10"
43
- pytest-enabler
+ pytest-enabler >= 1.0.1
44
45
# local
46
0 commit comments