From: John Mulligan Date: Wed, 17 May 2023 20:57:39 +0000 (-0400) Subject: python-common: remove redundant call to mypy in tox.ini X-Git-Tag: v19.0.0~1183^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=385531579768726f93fd679391dbf582f2bc7afe;p=ceph.git python-common: remove redundant call to mypy in tox.ini In the previous change to this tox.ini file, I created a dedicated env for running mypy but forgot to remove the previous call to mypy that was happening after the call to pytest. Signed-off-by: John Mulligan --- diff --git a/src/python-common/tox.ini b/src/python-common/tox.ini index 2737a87e8207a..313a4334d51c1 100644 --- a/src/python-common/tox.ini +++ b/src/python-common/tox.ini @@ -9,7 +9,6 @@ deps= commands= pytest --doctest-modules ceph/deployment/service_spec.py ceph/utils.py pytest {posargs} - mypy --config-file=../mypy.ini -p ceph [testenv:mypy] deps=