]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
pybind/mgr/telemetry: remove misleading tox env
authorJohn Mulligan <jmulligan@redhat.com>
Thu, 19 Sep 2024 19:44:03 +0000 (12:44 -0700)
committerJohn Mulligan <jmulligan@redhat.com>
Tue, 24 Sep 2024 17:40:19 +0000 (13:40 -0400)
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 <jmulligan@redhat.com>
src/pybind/mgr/telemetry/tox.ini

index a887590eed89b0c4291962bbb4b56d4765784d7f..b2210da54eaa8a066a5bd42bfa7280e49062212c 100644 (file)
@@ -1,7 +1,6 @@
 [tox]
 envlist =
     py3
-    mypy
 skipsdist = true
 
 [testenv]