We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5c6862 commit d9b029bCopy full SHA for d9b029b
1 file changed
pyproject.toml
@@ -63,10 +63,9 @@ enabler = [
63
64
type = [
65
# upstream
66
- "pytest-mypy >= 1.0.1",
67
-
68
- ## workaround for python/mypy#20454
69
- "mypy < 1.19; python_implementation == 'PyPy'",
+
+ # Exclude PyPy from type checks (python/mypy#20454 jaraco/skeleton#187)
+ "pytest-mypy >= 1.0.1; platform_python_implementation != 'PyPy'",
70
71
# local
72
]
0 commit comments