Skip to content

Commit a2cbb40

Browse files
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 <[email protected]>
1 parent ffcc157 commit a2cbb40

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/pybind/mgr/telemetry/tox.ini

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
[tox]
22
envlist =
33
py3
4-
mypy
54
skipsdist = true
65

76
[testenv]

0 commit comments

Comments
 (0)