Compare commits
No commits in common. 'i9ce' and 'epel9' have entirely different histories.
@ -1 +1,3 @@
|
|||||||
SOURCES/tox-current-env-0.0.8.tar.gz
|
/tox-current-env-*.tar.gz
|
||||||
|
results_python-tox-current-env/
|
||||||
|
*.rpm
|
||||||
|
@ -1 +0,0 @@
|
|||||||
fe19861f2be192107708e6654e6997eb1bf9bccb SOURCES/tox-current-env-0.0.8.tar.gz
|
|
@ -0,0 +1 @@
|
|||||||
|
SHA512 (tox-current-env-0.0.8.tar.gz) = b169cae94a984b78ecfcaadb0b68fc2cd3f1e037320b87824439d4c0f19f04e07d05a618b7e7532da62479a41fa6606e0bbadd6e5cf626f62d21eb66c6ef34cb
|
@ -0,0 +1,29 @@
|
|||||||
|
---
|
||||||
|
- hosts: localhost
|
||||||
|
roles:
|
||||||
|
- role: standard-test-basic
|
||||||
|
tags:
|
||||||
|
- classic
|
||||||
|
repositories:
|
||||||
|
- repo: "https://src.fedoraproject.org/rpms/pyproject-rpm-macros.git"
|
||||||
|
dest: "pyproject-rpm-macros"
|
||||||
|
tests:
|
||||||
|
- pyproject_pytest:
|
||||||
|
dir: pyproject-rpm-macros/tests
|
||||||
|
run: ./mocktest.sh python-pytest
|
||||||
|
- pyproject_pluggy:
|
||||||
|
dir: pyproject-rpm-macros/tests
|
||||||
|
run: ./mocktest.sh python-pluggy
|
||||||
|
- pyproject_openqa_client:
|
||||||
|
dir: pyproject-rpm-macros/tests
|
||||||
|
run: ./mocktest.sh python-openqa_client
|
||||||
|
- pyproject_httpbin:
|
||||||
|
dir: pyproject-rpm-macros/tests
|
||||||
|
run: ./mocktest.sh python-httpbin
|
||||||
|
- pyproject_ldap:
|
||||||
|
dir: pyproject-rpm-macros/tests
|
||||||
|
run: ./mocktest.sh python-ldap
|
||||||
|
required_packages:
|
||||||
|
- mock
|
||||||
|
- rpmdevtools
|
||||||
|
- rpm-build
|
Loading…
Reference in new issue