Skip to content

Commit 26edca5

Browse files
Avasamabravalheri
authored andcommitted
Apply suggestions from code review
1 parent 745e41e commit 26edca5

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

setup.cfg

+4-2
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,9 @@ testing =
4747
pytest-cov; \
4848
# coverage seems to make PyPy extremely slow
4949
python_implementation != "PyPy"
50-
pytest-mypy
50+
pytest-mypy >= 0.9.1; \
51+
# workaround for https://github.com/jaraco/skeleton/issues/22
52+
python_implementation != "PyPy"
5153
pytest-enabler >= 2.2
5254
# workaround for pypa/setuptools#3921
5355
pytest-ruff >= 0.2.1; sys_platform != "cygwin"
@@ -73,7 +75,7 @@ testing =
7375
jaraco.develop >= 7.21; python_version >= "3.9" and sys_platform != "cygwin"
7476
pytest-home >= 0.5
7577
# No Python 3.12 dependencies require importlib_metadata, but needed for type-checking since we import it directly
76-
importlib_metadata; python_version >= "3.12"
78+
importlib_metadata
7779

7880
testing-integration =
7981
pytest

0 commit comments

Comments
 (0)