Fedora CI: Add a regression test for rhbz#2078744

This commit is contained in:
Miro Hrončok 2022-04-26 19:05:31 +02:00 committed by pmatilai
parent d849b13cc8
commit deee8829f8
1 changed files with 26 additions and 0 deletions

26
tests/tests.yml Normal file
View File

@ -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