Merge branch 'feature/pytest-mypy_error' into 'master'

restricted pytest-mypy version

See merge request cara/caimira!411
This commit is contained in:
Luis Aleixo 2022-11-10 16:07:45 +01:00
commit 75f0915ea8

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