CI: Temporarily opt-out from Cython part of the smoke test, 3.11.0a6 breaks is once again

This commit is contained in:
Miro Hrončok 2022-03-08 10:31:06 +01:00
parent 6a8d633a93
commit b082002382
1 changed files with 2 additions and 2 deletions

View File

@ -20,10 +20,10 @@
run: rpm -qa
- smoke:
dir: python/smoke
run: VERSION=3.11 ./venv.sh
run: VERSION=3.11 CYTHON=false ./venv.sh
- smoke_virtualenv:
dir: python/smoke
run: VERSION=3.11 METHOD=virtualenv ./venv.sh
run: VERSION=3.11 CYTHON=false METHOD=virtualenv ./venv.sh
- selftest:
dir: python/selftest
run: VERSION=3.11 X="" ./parallel.sh