Skip to content

Commit

Permalink
Drop minimum requirement on pytest-mypy as most environments are alre…
Browse files Browse the repository at this point in the history
…ady running much later. Closes #96.
  • Loading branch information
jaraco committed Dec 19, 2023
1 parent e4bd609 commit 4fa9276
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ testing =
# workaround for jaraco/skeleton#22
python_implementation != "PyPy"
pytest-cov
pytest-mypy >= 0.9.1; \
pytest-mypy \
# workaround for jaraco/skeleton#22
python_implementation != "PyPy"
pytest-enabler >= 2.2
Expand Down

0 comments on commit 4fa9276

Please sign in to comment.