From f3ec708c939a80f16c81a53e7a8da639a5e49e90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Wed, 25 Mar 2020 12:42:59 +0100 Subject: [PATCH] Fedora CI: Test pyproject-rpm-macros (default build backend uses wheel) --- tests/tests.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/tests/tests.yml b/tests/tests.yml index 4eeab36..acef95f 100644 --- a/tests/tests.yml +++ b/tests/tests.yml @@ -7,6 +7,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 @@ -26,6 +28,12 @@ - smoke38: dir: python/smoke run: VERSION=3.8 METHOD=virtualenv ./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 required_packages: - gcc - virtualenv @@ -39,3 +47,6 @@ - python2-devel - python3-devel - python3-tox + - mock + - rpmdevtools + - rpm-build