restricted pytest-mypy version
This commit is contained in:
parent
dedf5f2bf8
commit
098da530cb
1 changed files with 1 additions and 1 deletions
2
setup.py
2
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',
|
||||
|
|
|
|||
Loading…
Reference in a new issue