From 71ecba537df21ae1ba907fc00937f6bf77c045a8 Mon Sep 17 00:00:00 2001 From: Yury Selivanov Date: Sat, 21 May 2022 20:43:51 -0700 Subject: Pin mypy to the latest working version This is a workaround --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 221313a..09b8de4 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ TEST_DEPENDENCIES = [ # (example breakage: https://gitlab.com/pycqa/flake8/issues/427) 'flake8~=3.8.4', 'pycodestyle~=2.6.0', - 'mypy>=0.910', + 'mypy==0.942', 'pytest~=6.2.4', ] -- cgit v1.2.3