From 9aa48d4cf0a009a613a53b489f21294a4fd95a5d Mon Sep 17 00:00:00 2001 From: Fokko Driesprong Date: Tue, 8 Nov 2022 15:00:31 +0100 Subject: [PATCH] Python: Pin mypy The CI is failing because a new version of mypy has been released yesterday: https://pypi.org/project/mypy/0.982/ --- python_legacy/tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python_legacy/tox.ini b/python_legacy/tox.ini index b07351fb2d52..5f512eb1091f 100644 --- a/python_legacy/tox.ini +++ b/python_legacy/tox.ini @@ -59,7 +59,7 @@ commands = basepython = python3 skip_install = true deps = - mypy + mypy==0.982 types-pytz types-python-dateutil commands =