We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 745e41e commit 26edca5Copy full SHA for 26edca5
setup.cfg
@@ -47,7 +47,9 @@ testing =
47
pytest-cov; \
48
# coverage seems to make PyPy extremely slow
49
python_implementation != "PyPy"
50
- pytest-mypy
+ pytest-mypy >= 0.9.1; \
51
+ # workaround for https://github.com/jaraco/skeleton/issues/22
52
+ python_implementation != "PyPy"
53
pytest-enabler >= 2.2
54
# workaround for pypa/setuptools#3921
55
pytest-ruff >= 0.2.1; sys_platform != "cygwin"
@@ -73,7 +75,7 @@ testing =
73
75
jaraco.develop >= 7.21; python_version >= "3.9" and sys_platform != "cygwin"
74
76
pytest-home >= 0.5
77
# No Python 3.12 dependencies require importlib_metadata, but needed for type-checking since we import it directly
- importlib_metadata; python_version >= "3.12"
78
+ importlib_metadata
79
80
testing-integration =
81
pytest
0 commit comments