Signed-off-by: Sebastian Wagner <sebastian.wagner@suse.com>
[testenv:mypy]
basepython = python3
-deps = mypy==0.790
+deps = mypy==0.812
commands = mypy {posargs:.}
[testenv:import-tasks]
[testenv:mypy]
basepython = python3
-deps = mypy==0.790
+deps = mypy==0.812
commands = mypy --config-file ../mypy.ini {posargs:cephadm}
[testenv:fix]
deps =
cython
-rrequirements.txt
- mypy==0.790
+ mypy==0.812
commands =
mypy --config-file=../../mypy.ini \
-m alerts \
pytest >=2.1.3,<5; python_version < '3.5'
mock; python_version < '3.3'
-mypy==0.790; python_version >= '3'
+mypy==0.812; python_version >= '3'
pytest-mypy; python_version >= '3'
pytest >= 2.1.3; python_version >= '3'
pyyaml