Skip to content

Commit

Permalink
Allow mypy on PyPy
Browse files Browse the repository at this point in the history
pypa/setuptools#4257 shows that mypy now works with PyPy
  • Loading branch information
Avasam authored Mar 5, 2024
1 parent b434f69 commit d6bf7d4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,7 @@ testing =
pytest >= 6
pytest-checkdocs >= 2.4
pytest-cov
pytest-mypy; \
# workaround for jaraco/skeleton#22
python_implementation != "PyPy"
pytest-mypy
pytest-enabler >= 2.2
pytest-ruff >= 0.2.1

Expand Down

0 comments on commit d6bf7d4

Please sign in to comment.