From 534504b7322dd0381548581bfcb0206d41467990 Mon Sep 17 00:00:00 2001 From: Florence Blanc-Renaud Date: Fri, 5 Jul 2024 14:12:40 +0200 Subject: [PATCH] Gating: standard-test-source role needs git Add required_packages: git so that the role standard-test-source is able to extract the source as it is needed in the %prep phase Signed-off-by: Florence Blanc-Renaud --- tests/tests.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/tests.yml b/tests/tests.yml index 009f334..fc72442 100644 --- a/tests/tests.yml +++ b/tests/tests.yml @@ -13,11 +13,12 @@ ignore_errors: yes roles: - role: standard-test-source + required_packages: + - git - role: standard-test-basic required_packages: - python3-kdcproxy - python3-pytest - - git tests: - unittests: dir: "source"