Files
Lukáš Zachar e397ccab93 CI: Drop STI and use tmt instead
Resolves: rhbz#2383051

[skip changelog]
2025-08-05 01:23:26 +02:00

36 lines
808 B
Plaintext

execute:
how: tmt
discover:
- name: rpms_pyproject-rpm-macros
how: shell
url: https://src.fedoraproject.org/rpms/pyproject-rpm-macros.git
tests:
- name: pyproject_pytest
path: /tests
test: ./mocktest.sh python-pytest
- name: pyproject_pluggy
path: /tests
test: ./mocktest.sh python-pluggy
- name: pyproject_openqa_client
path: /tests
test: ./mocktest.sh python-openqa_client
- name: pyproject_httpbin
path: /tests
test: ./mocktest.sh python-httpbin
- name: pyproject_ldap
path: /tests
test: ./mocktest.sh python-ldap
prepare:
- name: Install dependencies
how: install
package:
- mock
- rpmdevtools
- rpm-build
- dnf
- name: Update packages
how: shell
script: dnf upgrade -y