]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
cephadm: Upgrade to mypy 0.901 39624/head
authorSebastian Wagner <sewagner@redhat.com>
Wed, 9 Jun 2021 13:17:35 +0000 (15:17 +0200)
committerSebastian Wagner <sewagner@redhat.com>
Thu, 10 Jun 2021 11:28:10 +0000 (13:28 +0200)
Signed-off-by: Sebastian Wagner <sewagner@redhat.com>
src/cephadm/tox.ini

index 7b2664790110d90b3a9ad8c847f8b6c0c4a977cb..8c9422ac461820d831e166a96cea7158c89d76bd 100644 (file)
@@ -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]