From 098da530cb2eb80bffb09effddfdb2e735b36908 Mon Sep 17 00:00:00 2001 From: Luis Aleixo Date: Thu, 10 Nov 2022 16:02:43 +0100 Subject: [PATCH] restricted pytest-mypy version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6a9a47cf..c0f292d6 100644 --- a/setup.py +++ b/setup.py @@ -41,7 +41,7 @@ REQUIREMENTS: dict = { 'app': [], 'test': [ 'pytest', - 'pytest-mypy', + 'pytest-mypy != v0.10.1', 'pytest-tornasync', 'numpy-stubs @ git+https://github.com/numpy/numpy-stubs.git', 'types-dataclasses',