From: Sebastian Wagner Date: Wed, 9 Jun 2021 13:17:35 +0000 (+0200) Subject: cephadm: Upgrade to mypy 0.901 X-Git-Tag: v17.1.0~1655^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F39624%2Fhead;p=ceph.git cephadm: Upgrade to mypy 0.901 Signed-off-by: Sebastian Wagner --- diff --git a/src/cephadm/tox.ini b/src/cephadm/tox.ini index 7b2664790110..8c9422ac4618 100644 --- a/src/cephadm/tox.ini +++ b/src/cephadm/tox.ini @@ -41,7 +41,7 @@ commands=pytest {posargs} [testenv:mypy] basepython = python3 -deps = mypy==0.812 +deps = mypy==0.901 commands = mypy --config-file ../mypy.ini {posargs:cephadm} [testenv:fix]