From 3f3d092b74fd61faab9e2445ea67c52dc2edf200 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Wed, 25 Mar 2020 12:07:14 +0100 Subject: [PATCH] Fedora CI: Test pyproject-rpm-macros (for %tox) --- tests/tests.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/tests/tests.yml b/tests/tests.yml index 35894f8..cfd9123 100644 --- a/tests/tests.yml +++ b/tests/tests.yml @@ -15,6 +15,8 @@ repositories: - repo: "https://src.fedoraproject.org/tests/python.git" dest: "python" + - repo: "https://src.fedoraproject.org/rpms/pyproject-rpm-macros.git" + dest: "pyproject-rpm-macros" tests: - smoke27: dir: python/smoke @@ -37,6 +39,15 @@ - smoke39: dir: python/smoke run: VERSION=3.9 ./venv.sh + - pyproject_pytest: + dir: pyproject-rpm-macros/tests + run: ./mocktest.sh python-pytest + - pyproject_pluggy: + dir: pyproject-rpm-macros/tests + run: ./mocktest.sh python-pluggy + - pyproject_openqa_client: + dir: pyproject-rpm-macros/tests + run: ./mocktest.sh python-openqa_client required_packages: - gcc - virtualenv @@ -50,3 +61,6 @@ - python2-devel - python3-devel - python3-tox + - mock + - rpmdevtools + - rpm-build