From a6065a8340a7baed9f7b30c8abb55b64ffcac3bc Mon Sep 17 00:00:00 2001 From: Adam King Date: Fri, 9 Dec 2022 14:20:47 -0500 Subject: [PATCH] pybind/mgr: partial reversion of #49359 When creating #49359 I was testing on an outdated branch and didn't realize part of what I was fixing had already been fixed in #49321. Basically ended up changing what a variable "mypy_args" is set to but that variable is no longer being used. It has no actual effect but we should remove the extraneous code. Signed-off-by: Adam King --- src/pybind/mgr/tox.ini | 33 --------------------------------- 1 file changed, 33 deletions(-) diff --git a/src/pybind/mgr/tox.ini b/src/pybind/mgr/tox.ini index bbacc675fda..85e7ae3db11 100644 --- a/src/pybind/mgr/tox.ini +++ b/src/pybind/mgr/tox.ini @@ -70,39 +70,6 @@ setenv = passenv = MYPYPATH basepython = python3 -mypy_args = - --config-file=../../mypy.ini \ - -m alerts \ - -m balancer \ - -m cephadm \ - -m crash \ - -m dashboard \ - -m devicehealth \ - -m diskprediction_local \ - -m hello \ - -m influx \ - -m iostat \ - -m localpool \ - -m mds_autoscaler \ - -m mgr_module \ - -m mgr_util \ - -m mirroring \ - -m nfs \ - -m orchestrator \ - -m pg_autoscaler \ - -m progress \ - -m prometheus \ - -m rbd_support \ - -m rook \ - -m snap_schedule \ - -m selftest \ - -m stats \ - -m status \ - -m telegraf \ - -m telemetry \ - -m test_orchestrator \ - -m volumes \ - -m zabbix deps = -rrequirements.txt -c{toxinidir}/../../mypy-constrains.txt