From: John Mulligan Date: Thu, 19 Sep 2024 19:44:03 +0000 (-0700) Subject: pybind/mgr/telemetry: remove misleading tox env X-Git-Tag: v20.0.0~850^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=a2cbb40925742d0795ef76e3d8548e34477b8db9;p=ceph.git pybind/mgr/telemetry: remove misleading tox env For some reason there's a 'mypy' environment listed in the telemetry tox.ini that always runs pytest. Remove it. We'll see if this causes the CI to fail, as I can't find anywhere that uses it. Signed-off-by: John Mulligan --- diff --git a/src/pybind/mgr/telemetry/tox.ini b/src/pybind/mgr/telemetry/tox.ini index a887590eed89..b2210da54eaa 100644 --- a/src/pybind/mgr/telemetry/tox.ini +++ b/src/pybind/mgr/telemetry/tox.ini @@ -1,7 +1,6 @@ [tox] envlist = py3 - mypy skipsdist = true [testenv]