8000 Allow mypy on PyPy (jaraco/skeleton#111) · python/importlib_metadata@a0d0c4b · GitHub
[go: up one dir, main page]

Skip to content

Commit a0d0c4b

Browse files
authored
Allow mypy on PyPy (jaraco/skeleton#111)
pypa/setuptools#4257 shows that mypy now works with PyPy
1 parent b434f69 commit a0d0c4b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

setup.cfg

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,7 @@ testing =
2323
pytest >= 6
2424
pytest-checkdocs >= 2.4
2525
pytest-cov
26-
pytest-mypy; \
27-
# workaround for jaraco/skeleton#22
28-
python_implementation != "PyPy"
26+
pytest-mypy
2927
pytest-enabler >= 2.2
3028
pytest-ruff >= 0.2.1
3129

0 commit comments

Comments
 (0)
0