From 66911bf7376ccfa3581e3a97c5a4be1f3802b058 Mon Sep 17 00:00:00 2001 From: Sebastian Wagner Date: Mon, 6 Sep 2021 12:26:21 +0200 Subject: [PATCH] pybind/mgr: tox.ini remove duplicated `tox` env as this is the same as `py3`. Avoid executing it twice Signed-off-by: Sebastian Wagner --- src/pybind/mgr/tox.ini | 1 - 1 file changed, 1 deletion(-) diff --git a/src/pybind/mgr/tox.ini b/src/pybind/mgr/tox.ini index 2256d996bfc..5fb8a181079 100644 --- a/src/pybind/mgr/tox.ini +++ b/src/pybind/mgr/tox.ini @@ -2,7 +2,6 @@ envlist = py3, mypy, - test, fix flake8 jinjalint -- 2.39.5