]> 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:27:32 +0000 (21:27 +0200)
Change-Id: Ia75ab15c73f5a93f5eb2b6b99870aab824d0a43d

.github/workflows/run-test.yaml

index f275a3647a9efcabf42b1b5e369f20d54c40a1b2..251c01a48dd1dbf775f532034b5019a73c3fbe35 100644 (file)
@@ -58,6 +58,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