From a7297274d1207527645a2dbc59b3cb54cd505ac7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Wed, 22 Oct 2025 14:55:01 +0200 Subject: [PATCH] Revert "CI: Disable Cython checks on the smoke test for now" Cython supports 3.14. This should have been enabled a long time ago. This reverts commit 204e750d2e37ea1dd1d90c2da3b63b6f771b0f26. --- plan.fmf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plan.fmf b/plan.fmf index 57bc44c..5f8d0d7 100644 --- a/plan.fmf +++ b/plan.fmf @@ -15,13 +15,13 @@ discover: tests: - name: smoke path: /smoke - test: "VERSION=${pybasever} CYTHON=false ./venv.sh" + test: "VERSION=${pybasever} CYTHON=true ./venv.sh" - name: smoke_virtualenv path: /smoke - test: "VERSION=${pybasever} METHOD=virtualenv CYTHON=false ./venv.sh" + test: "VERSION=${pybasever} METHOD=virtualenv CYTHON=true ./venv.sh" - name: debugsmoke path: /smoke - test: "PYTHON=python${pybasever}d TOX=false VERSION=${pybasever} CYTHON=false ./venv.sh" + test: "PYTHON=python${pybasever}d TOX=false VERSION=${pybasever} CYTHON=true ./venv.sh" - name: selftest path: /selftest test: "VERSION=${pybasever} X='-i test_check_probes -i test_sysconfigdata_json' ./parallel.sh"