]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
pybind/mgr: drop py37 test from tox.ini
authorAdam King <adking@redhat.com>
Tue, 24 Sep 2024 18:36:12 +0000 (14:36 -0400)
committerAdam King <adking@redhat.com>
Tue, 24 Sep 2024 18:36:12 +0000 (14:36 -0400)
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 <adking@redhat.com>
src/pybind/mgr/tox.ini

index 956cd7896aabb1abffa05a1cd9a854898ac99810..a8a2d39d01a73a384957b9fdc47e9cf82f48d318 100644 (file)
@@ -7,7 +7,6 @@ envlist =
     check-black
     check-isort
     py3
-    py37
 skipsdist = true
 skip_missing_interpreters = true