Skip to content

Commit 540a2bc

Browse files
authored
Apply suggestion from @jaraco
1 parent 35540f6 commit 540a2bc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ enabler = [
6363

6464
type = [
6565
# upstream
66-
# static type checking doesn't need to be run on PyPy.
67-
# This also prevents sudden unexpected failure from incompatibilities
66+
67+
# Exclude PyPy from type checks (python/mypy#20454 jaraco/skeleton#187)
6868
"pytest-mypy >= 1.0.1; platform_python_implementation != 'PyPy'",
6969

7070
# local

0 commit comments

Comments
 (0)