From 4a205e4f23f01c8c84e744476fa7ec0d54f3e3e6 Mon Sep 17 00:00:00 2001 From: Tomas Bajer Date: Tue, 23 Jul 2024 14:30:48 +0200 Subject: [PATCH] Disabling the STI test.. --- tests/tests.yml | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 tests/tests.yml diff --git a/tests/tests.yml b/tests/tests.yml deleted file mode 100644 index f9df0ae..0000000 --- a/tests/tests.yml +++ /dev/null @@ -1,26 +0,0 @@ ---- -- hosts: localhost - tags: - - classic - tasks: - - dnf: - name: "*" - state: latest - -- hosts: localhost - roles: - - role: standard-test-basic - tags: - - classic - repositories: - - repo: "https://src.fedoraproject.org/rpms/pyproject-rpm-macros.git" - dest: "pyproject-rpm-macros" - tests: - # regression test for https://bugzilla.redhat.com/show_bug.cgi?id=2078744 - - pyproject_rpm_macros: - dir: pyproject-rpm-macros/tests - run: ./mocktest.sh python-pluggy - required_packages: - - mock - - rpmdevtools - - rpm-build