CI: Run a build of pyproject-rpm-macros.spec --with tox_tests (RHEL 9 specific)
Related: rhbz#2208971
This commit is contained in:
parent
e8933acb12
commit
ab6c5538e5
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user