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
This commit is contained in:
Tomáš Hrnčiar 2025-10-30 16:27:04 +01:00 committed by Lumir Balhar
parent 266b8c941c
commit d96cdf0593

View File

@ -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"