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