restricted pytest-mypy version

This commit is contained in:
Luis Aleixo 2022-11-10 16:02:43 +01:00
parent dedf5f2bf8
commit 098da530cb

View file

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