restricted mypy version

This commit is contained in:
Luis Aleixo 2023-03-17 12:07:14 +01:00
parent 73acb5d995
commit 400c023079

View file

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