diff --git a/setup.cfg b/setup.cfg index f40978b4..6f25cc25 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [tool:pytest] -addopts = --mypy +# addopts = --mypy [mypy] diff --git a/setup.py b/setup.py index 3d5fc17b..5372c281 100644 --- a/setup.py +++ b/setup.py @@ -36,9 +36,11 @@ REQUIREMENTS: dict = { 'app': [], 'test': [ 'pytest', - 'pytest-mypy', + 'pytest-mypy==0.8.0', 'pytest-tornasync', 'numpy-stubs @ git+https://github.com/numpy/numpy-stubs.git', + # 'types-dataclasses', + # 'types-Jinja2', ], 'dev': [ 'jupyterlab',