mirror of
https://github.com/chatmail/core.git
synced 2026-05-08 01:16:31 +03:00
build: pin mypy to 1.18.2
mypy depends on librt since 1.19.0 and it fails to build with PyPy 3.10.
This commit is contained in:
@@ -50,7 +50,7 @@ commands =
|
|||||||
|
|
||||||
[testenv:mypy]
|
[testenv:mypy]
|
||||||
deps =
|
deps =
|
||||||
mypy
|
mypy==1.18.2
|
||||||
typing
|
typing
|
||||||
types-setuptools
|
types-setuptools
|
||||||
types-requests
|
types-requests
|
||||||
|
|||||||
Reference in New Issue
Block a user