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