From ab6c5538e5afefa81b8d7bf9916bbdbd51d03327 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Thu, 1 Jun 2023 10:12:09 +0200 Subject: [PATCH] CI: Run a build of pyproject-rpm-macros.spec --with tox_tests (RHEL 9 specific) Related: rhbz#2208971 --- tests/tests.yml | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/tests/tests.yml b/tests/tests.yml index 783b903..4f8b67f 100644 --- a/tests/tests.yml +++ b/tests/tests.yml @@ -8,11 +8,20 @@ state: latest - hosts: localhost + tags: + - classic + pre_tasks: + - import_role: + name: standard-test-source + vars: + fetch_only: True + roles: - role: standard-test-basic - tags: - - classic tests: + - mock_with_tox_tests: + dir: . + run: ./mocktest.sh pyproject-rpm-macros --with tox_tests - pytest: dir: . run: ./mocktest.sh python-pytest