From: Federico Caselli Date: Sun, 3 May 2026 19:27:32 +0000 (+0200) Subject: restore skip of 3.14t with cext and greenlet X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bab6edd8b7624a8939fc152be7d5c484ad1203d2;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git restore skip of 3.14t with cext and greenlet Change-Id: Ia75ab15c73f5a93f5eb2b6b99870aab824d0a43d (cherry picked from commit a50a9097d33614197fc8a41b788237f933455bc0) --- diff --git a/.github/workflows/run-test.yaml b/.github/workflows/run-test.yaml index 542d733081..c9d09be0ce 100644 --- a/.github/workflows/run-test.yaml +++ b/.github/workflows/run-test.yaml @@ -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