From: Adam King Date: Fri, 9 Dec 2022 19:20:47 +0000 (-0500) Subject: pybind/mgr: partial reversion of #49359 X-Git-Tag: v18.1.0~688^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=a6065a8340a7baed9f7b30c8abb55b64ffcac3bc;p=ceph-ci.git 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 --- 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