]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
pybind/mgr: partial reversion of #49359
authorAdam King <adking@redhat.com>
Fri, 9 Dec 2022 19:20:47 +0000 (14:20 -0500)
committerAdam King <adking@redhat.com>
Fri, 9 Dec 2022 19:20:47 +0000 (14:20 -0500)
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 <adking@redhat.com>
src/pybind/mgr/tox.ini

index bbacc675fda5c99053cc67f8cc657520f3bf5257..85e7ae3db11bb84cbb6f892e14199ab98873d43d 100644 (file)
@@ -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