]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
pybind/mgr: add py37 to envlist and reorder envs
authorJohn Mulligan <jmulligan@redhat.com>
Tue, 7 May 2024 18:03:29 +0000 (14:03 -0400)
committerJohn Mulligan <jmulligan@redhat.com>
Thu, 13 Jun 2024 14:14:29 +0000 (10:14 -0400)
Add py37 to the envlist so that the unit test envs match those listed
in the CMakeLists.txt. Reorder the envs so that simpler, faster, envs
run first providing more immediate feedback if run locally.

Signed-off-by: John Mulligan <jmulligan@redhat.com>
src/pybind/mgr/tox.ini

index 75ea9971ef3211ef7780d5d54cfcf8c5dcff2d31..4190bcf44db7939ea56c1ced87f9633e07e24434 100644 (file)
@@ -1,12 +1,13 @@
 [tox]
 envlist =
-    py3
-    mypy
     flake8
+    mypy
     jinjalint
     nooptional
     check-black
     check-isort
+    py3
+    py37
 skipsdist = true
 skip_missing_interpreters = true