Skip to content

Commit ff5b879

Browse files
authored
Added upper bound to mypy on pypy (#936)
1 parent 1ae9579 commit ff5b879

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ Tracker = "https://github.com/ipython/traitlets/issues"
3434
test = [
3535
"argcomplete>=3.0.3",
3636
"mypy>=1.7.0",
37+
# see https://github.com/python/mypy/issues/20454
38+
"mypy>=1.7.0,<1.19 ; platform_python_implementation == 'PyPy'",
3739
"pre-commit",
3840
"pytest-mock",
3941
"pytest-mypy-testing",

0 commit comments

Comments
 (0)