From b082002382f7928c2ec821a887760815a1d0f3bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Tue, 8 Mar 2022 10:31:06 +0100 Subject: [PATCH] CI: Temporarily opt-out from Cython part of the smoke test, 3.11.0a6 breaks is once again --- tests/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/tests.yml b/tests/tests.yml index 960e5b3..c82992d 100644 --- a/tests/tests.yml +++ b/tests/tests.yml @@ -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