mirror of
https://github.com/chatmail/core.git
synced 2026-04-20 06:56:29 +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]
|
||||
deps =
|
||||
mypy
|
||||
mypy==1.18.2
|
||||
typing
|
||||
types-setuptools
|
||||
types-requests
|
||||
|
||||
Reference in New Issue
Block a user