From a50a9097d33614197fc8a41b788237f933455bc0 Mon Sep 17 00:00:00 2001 From: Federico Caselli Date: Sun, 3 May 2026 21:27:32 +0200 Subject: [PATCH] restore skip of 3.14t with cext and greenlet Change-Id: Ia75ab15c73f5a93f5eb2b6b99870aab824d0a43d --- .github/workflows/run-test.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/run-test.yaml b/.github/workflows/run-test.yaml index f275a3647a..251c01a48d 100644 --- a/.github/workflows/run-test.yaml +++ b/.github/workflows/run-test.yaml @@ -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 -- 2.47.3