From 1ad7f0cc253e8e7e69da69e71e12f2f21dd0e685 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Wed, 11 Sep 2024 20:14:34 +0200 Subject: [PATCH] Skip Python 2.7 tests on rawhide --- tests.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/tests.yml b/tests.yml index c321f7e..ff5b7dc 100644 --- a/tests.yml +++ b/tests.yml @@ -20,10 +20,10 @@ run: runuser testuser -c './venv.sh' - smoke27: dir: smoke - run: runuser testuser -c 'VERSION=2.7 METHOD=virtualenv ./venv.sh' + run: VERSION=2.7 INSTALL_OR_SKIP=true METHOD=virtualenv ./venv.sh - smoke27_seeder_pip: dir: smoke - run: runuser testuser -c 'VERSION=2.7 METHOD=virtualenv-seeder-pip ./venv.sh' + run: VERSION=2.7 INSTALL_OR_SKIP=true METHOD=virtualenv-seeder-pip ./venv.sh - smoke36: dir: smoke run: runuser testuser -c 'VERSION=3.6 METHOD=venv TOX=false ./venv.sh' @@ -81,7 +81,6 @@ - gcc - gcc-c++ - virtualenv - - python2.7 - python3.6 - python3.8 - python3.9 @@ -89,7 +88,6 @@ - python3.12 - pypy - pypy3.9-devel - - python2-devel - python3-devel - pypy-devel - python3-tox