Skip to content

Commit 8f3d95e

Browse files
committed
Pin mypy on PyPy.
Closes jaraco/skeleton#188. Ref python/mypy#20454.
1 parent d47a969 commit 8f3d95e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,9 @@ type = [
6565
# upstream
6666
"pytest-mypy >= 1.0.1",
6767

68+
## workaround for python/mypy#20454
69+
"mypy < 1.19; python_implementation == 'PyPy'",
70+
6871
# local
6972
]
7073

0 commit comments

Comments
 (0)