From 400c023079d020575b8b7fdc08c26caff8358d57 Mon Sep 17 00:00:00 2001 From: Luis Aleixo Date: Fri, 17 Mar 2023 12:07:14 +0100 Subject: [PATCH] restricted mypy version --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 2d27b2e8..3d795bd6 100644 --- a/setup.py +++ b/setup.py @@ -43,6 +43,7 @@ REQUIREMENTS: dict = { 'test': [ 'pytest', 'pytest-mypy != v0.10.1', + 'mypy != 1.1.1', 'pytest-tornasync', 'numpy-stubs @ git+https://github.com/numpy/numpy-stubs.git', 'types-dataclasses',