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',