Skip to content

Commit 485bf3a

Browse files
committed
Added upper bound to mypy on pypy
1 parent 1ae9579 commit 485bf3a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

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)