Skip to content

Commit 596e683

Browse files
committed
Drop minimum requirement on pytest-mypy as most environments are already running much later. Closes jaraco/skeleton#96.
1 parent e4bd609 commit 596e683

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ testing =
3434
# workaround for jaraco/skeleton#22
3535
python_implementation != "PyPy"
3636
pytest-cov
37-
pytest-mypy >= 0.9.1; \
37+
pytest-mypy; \
3838
# workaround for jaraco/skeleton#22
3939
python_implementation != "PyPy"
4040
pytest-enabler >= 2.2

0 commit comments

Comments
 (0)