From: Adam King Date: Tue, 24 Sep 2024 18:36:12 +0000 (-0400) Subject: pybind/mgr: drop py37 test from tox.ini X-Git-Tag: v20.0.0~974^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F59958%2Fhead;p=ceph.git pybind/mgr: drop py37 test from tox.ini Prior to this patch if you ran `tox` in src/pybind/mgr it would include a test that runs the units tests using python 3.7. These no longer pass and there is no longer any reason to support python 3.7 on main. Signed-off-by: Adam King --- diff --git a/src/pybind/mgr/tox.ini b/src/pybind/mgr/tox.ini index 956cd7896aab..a8a2d39d01a7 100644 --- a/src/pybind/mgr/tox.ini +++ b/src/pybind/mgr/tox.ini @@ -7,7 +7,6 @@ envlist = check-black check-isort py3 - py37 skipsdist = true skip_missing_interpreters = true