CI: Run a build of pyproject-rpm-macros.spec --with tox_tests (RHEL 9 specific)

Related: rhbz#2208971
This commit is contained in:
Miro Hrončok 2023-06-01 10:12:09 +02:00
parent e8933acb12
commit ab6c5538e5
1 changed files with 11 additions and 2 deletions

View File

@ -8,11 +8,20 @@
state: latest state: latest
- hosts: localhost - hosts: localhost
tags:
- classic
pre_tasks:
- import_role:
name: standard-test-source
vars:
fetch_only: True
roles: roles:
- role: standard-test-basic - role: standard-test-basic
tags:
- classic
tests: tests:
- mock_with_tox_tests:
dir: .
run: ./mocktest.sh pyproject-rpm-macros --with tox_tests
- pytest: - pytest:
dir: . dir: .
run: ./mocktest.sh python-pytest run: ./mocktest.sh python-pytest