]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
restore skip of 3.14t with cext and greenlet
authorFederico Caselli <cfederico87@gmail.com>
Sun, 3 May 2026 19:27:32 +0000 (21:27 +0200)
committerFederico Caselli <cfederico87@gmail.com>
Sun, 3 May 2026 19:28:45 +0000 (21:28 +0200)
Change-Id: Ia75ab15c73f5a93f5eb2b6b99870aab824d0a43d
(cherry picked from commit a50a9097d33614197fc8a41b788237f933455bc0)

.github/workflows/run-test.yaml

index 542d73308168ef7e5de0670fedcecebd7acbf69f..c9d09be0ce475717e3c20df4fae62b4aa5d28716 100644 (file)
@@ -59,6 +59,14 @@ jobs:
             pytest-args: "-k 'not test_autocommit_on and not test_turn_autocommit_off_via_default_iso_level and not test_autocommit_isolation_level'"
 
         exclude:
+
+          # the threaded pythons are not stable under greenlet. Even
+          # though we can run individual tests, when you run the whole suite
+          # with xdist and the greenlet wrapper, the workers keep crashing
+          # and getting replaced
+          - build-type: "cext-greenlet"
+            python-version: "3.14t"
+
           # linux do not have x86 / arm64 python
           - os: "ubuntu-22.04"
             architecture: x86