Skip to content

Commit 721b9ce

Browse files
committed
build: pin mypy to 1.18.2
mypy depends on librt since 1.19.0 and it fails to build with PyPy 3.10.
1 parent 0d50d87 commit 721b9ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ commands =
5050

5151
[testenv:mypy]
5252
deps =
53-
mypy
53+
mypy==1.18.2
5454
typing
5555
types-setuptools
5656
types-requests

0 commit comments

Comments
 (0)