From d96cdf0593c24f27ef9971f06e156f122febd0d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Hrn=C4=8Diar?= Date: Thu, 30 Oct 2025 16:27:04 +0100 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. Taken from Fedora a729727 --- plan.fmf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plan.fmf b/plan.fmf index 0232733..23aff6b 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"