From 7076cf3fdda8c7da59ead4871ee555bf6354c0b9 Mon Sep 17 00:00:00 2001 From: Maxwell G Date: Fri, 2 Jun 2023 15:01:43 +0000 Subject: [PATCH] ci: add an explicit dependency on python3 This is needed for EPEL branches where ansible-core may not be installed for the system python interpreter. --- tests/smoke1.fmf | 1 + tests/smoke2.fmf | 1 + 2 files changed, 2 insertions(+) diff --git a/tests/smoke1.fmf b/tests/smoke1.fmf index a586316..22c50f8 100644 --- a/tests/smoke1.fmf +++ b/tests/smoke1.fmf @@ -6,6 +6,7 @@ discover: - name: Run tests/smoke.sh test: tests/smoke.sh require: + - python3 - python3-dnf - dnf-plugins-core - ansible-core diff --git a/tests/smoke2.fmf b/tests/smoke2.fmf index 250065c..cfd06d1 100644 --- a/tests/smoke2.fmf +++ b/tests/smoke2.fmf @@ -6,6 +6,7 @@ discover: - name: Run tests/smoke.sh test: tests/smoke.sh require: + - python3 - python3-dnf - dnf-plugins-core - ansible-core