]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
src,qa: Upgrade to mypy 0.812
authorSebastian Wagner <sebastian.wagner@suse.com>
Tue, 23 Feb 2021 10:12:15 +0000 (11:12 +0100)
committerSebastian Wagner <sewagner@redhat.com>
Wed, 9 Jun 2021 10:39:58 +0000 (12:39 +0200)
Signed-off-by: Sebastian Wagner <sebastian.wagner@suse.com>
qa/tox.ini
src/cephadm/tox.ini
src/pybind/mgr/tox.ini
src/python-common/requirements.txt

index eac9e53701d3f2f1ac7b2e6faba15a6a864e724a..9e20bc1d28e26d396758e04c207ad3ad69390a4f 100644 (file)
@@ -10,7 +10,7 @@ commands=flake8 --select=F,E9 --exclude=venv,.tox
 
 [testenv:mypy]
 basepython = python3
-deps = mypy==0.790
+deps = mypy==0.812
 commands = mypy {posargs:.}
 
 [testenv:import-tasks]
index 6f25b4008f0fc3309ebacf22093a01204f27175c..7b2664790110d90b3a9ad8c847f8b6c0c4a977cb 100644 (file)
@@ -41,7 +41,7 @@ commands=pytest {posargs}
 
 [testenv:mypy]
 basepython = python3
-deps = mypy==0.790
+deps = mypy==0.812
 commands = mypy --config-file ../mypy.ini {posargs:cephadm}
 
 [testenv:fix]
index b60fbaa87fae276dcf5f5b6b389689d3450543a4..f7304a7680e70b95c479f5a49c61d6b62dcdd315 100644 (file)
@@ -58,7 +58,7 @@ basepython = python3
 deps =
     cython
     -rrequirements.txt
-    mypy==0.790
+    mypy==0.812
 commands =
     mypy --config-file=../../mypy.ini \
            -m alerts \
index 432fcd5e376d3f742e9daf711de5f56120cf741b..93c6d36672539b0f745df2ee71aacc587bf26e19 100644 (file)
@@ -1,6 +1,6 @@
 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