From: Sebastian Wagner Date: Mon, 6 Sep 2021 10:26:21 +0000 (+0200) Subject: pybind/mgr: tox.ini remove duplicated `tox` env X-Git-Tag: v17.1.0~946^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=66911bf7376ccfa3581e3a97c5a4be1f3802b058;p=ceph.git pybind/mgr: tox.ini remove duplicated `tox` env as this is the same as `py3`. Avoid executing it twice Signed-off-by: Sebastian Wagner --- 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