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>
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