We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35540f6 commit 540a2bcCopy full SHA for 540a2bc
1 file changed
pyproject.toml
@@ -63,8 +63,8 @@ enabler = [
63
64
type = [
65
# upstream
66
- # static type checking doesn't need to be run on PyPy.
67
- # This also prevents sudden unexpected failure from incompatibilities
+
+ # Exclude PyPy from type checks (python/mypy#20454 jaraco/skeleton#187)
68
"pytest-mypy >= 1.0.1; platform_python_implementation != 'PyPy'",
69
70
# local
0 commit comments