Fedora CI: Test pyproject-rpm-macros (for %tox)

epel9
Miro Hrončok 5 years ago
parent 502656b77b
commit 3f3d092b74

@ -15,6 +15,8 @@
repositories: repositories:
- repo: "https://src.fedoraproject.org/tests/python.git" - repo: "https://src.fedoraproject.org/tests/python.git"
dest: "python" dest: "python"
- repo: "https://src.fedoraproject.org/rpms/pyproject-rpm-macros.git"
dest: "pyproject-rpm-macros"
tests: tests:
- smoke27: - smoke27:
dir: python/smoke dir: python/smoke
@ -37,6 +39,15 @@
- smoke39: - smoke39:
dir: python/smoke dir: python/smoke
run: VERSION=3.9 ./venv.sh run: VERSION=3.9 ./venv.sh
- 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
required_packages: required_packages:
- gcc - gcc
- virtualenv - virtualenv
@ -50,3 +61,6 @@
- python2-devel - python2-devel
- python3-devel - python3-devel
- python3-tox - python3-tox
- mock
- rpmdevtools
- rpm-build

Loading…
Cancel
Save