diff --git a/setup.py b/setup.py index 296d5955..116bc0fd 100644 --- a/setup.py +++ b/setup.py @@ -43,7 +43,7 @@ REQUIREMENTS: dict = { 'test': [ 'pytest', 'pytest-mypy != v0.10.1', - 'mypy != 1.1.1', + 'mypy < 1.1.1', 'pytest-tornasync', 'numpy-stubs @ git+https://github.com/numpy/numpy-stubs.git', 'types-dataclasses',