From 5fc2603f4a057616e9bc663f19f249dc3fb2dc82 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Zachar?= Date: Fri, 29 Nov 2024 12:24:43 +0100 Subject: [PATCH] Change the test source location Change the test source location to support evolving downstream testing requirements. This is needed both for downstream certification activities and changes to test development for internal infrastructure differences. --- tests/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/tests.yml b/tests/tests.yml index 76c092e..e83ca1a 100644 --- a/tests/tests.yml +++ b/tests/tests.yml @@ -5,7 +5,7 @@ tags: - classic repositories: - - repo: "https://src.fedoraproject.org/tests/python.git" + - repo: "https://gitlab.com/redhat/centos-stream/tests/python.git" dest: "python" - repo: "https://gitlab.com/redhat/centos-stream/rpms/pyproject-rpm-macros.git" dest: "pyproject-rpm-macros"