From 9a044bd6738a3594a80c0b4af3e899e6d9e41c94 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Tue, 4 Aug 2020 20:43:35 +0200 Subject: [PATCH] Run Python 3.4 tests optionally https://fedoraproject.org/wiki/Changes/RetirePython34 --- tests/tests.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/tests/tests.yml b/tests/tests.yml index c39fe89..dbf1697 100644 --- a/tests/tests.yml +++ b/tests/tests.yml @@ -10,9 +10,9 @@ - repo: "https://src.fedoraproject.org/rpms/pyproject-rpm-macros.git" dest: "pyproject-rpm-macros" tests: - - smoke34: + - smoke34_optional: dir: python/smoke - run: VERSION=3.4 ./venv.sh + run: VERSION=3.4 INSTALL_OR_SKIP=true ./venv.sh - smoke35: dir: python/smoke run: VERSION=3.5 ./venv.sh @@ -31,9 +31,9 @@ - smoke27: dir: python/smoke run: VERSION=2.7 METHOD=virtualenv ./venv.sh - - smoke34_virtualenv: + - smoke34_virtualenv_optional: dir: python/smoke - run: VERSION=3.4 METHOD=virtualenv ./venv.sh + run: VERSION=3.4 METHOD=virtualenv INSTALL_OR_SKIP=true ./venv.sh - smoke35_virtualenv: dir: python/smoke run: VERSION=3.5 METHOD=virtualenv ./venv.sh @@ -67,7 +67,6 @@ - gcc - virtualenv - python27 - - python34 - python35 - python36 - python37