restricted mypy version
This commit is contained in:
parent
73acb5d995
commit
400c023079
1 changed files with 1 additions and 0 deletions
1
setup.py
1
setup.py
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Reference in a new issue