From deee8829f8074e349195440c6eba2d09c85c2e46 Mon Sep 17 00:00:00 2001 From: Miro HronĨok Date: Apr 27 2022 07:34:12 +0000 Subject: Fedora CI: Add a regression test for rhbz#2078744 --- diff --git a/tests/tests.yml b/tests/tests.yml new file mode 100644 index 0000000..f9df0ae --- /dev/null +++ b/tests/tests.yml @@ -0,0 +1,26 @@ +--- +- 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