From 385531579768726f93fd679391dbf582f2bc7afe Mon Sep 17 00:00:00 2001 From: John Mulligan Date: Wed, 17 May 2023 16:57:39 -0400 Subject: [PATCH] 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 --- src/python-common/tox.ini | 1 - 1 file changed, 1 deletion(-) 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= -- 2.47.3