Skip to content

Commit

Permalink
Allow mypy on PyPy (#111)
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 committed Mar 21, 2024
1 parent b434f69 commit a0d0c4b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions setup.cfg
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 a0d0c4b

Please sign in to comment.