Fedora CI: Test pyproject-rpm-macros (default build backend uses wheel)

This commit is contained in:
Miro Hrončok 2020-03-25 12:42:59 +01:00
parent 9f3589082e
commit f3ec708c93

View File

@ -7,6 +7,8 @@
repositories:
- repo: "https://src.fedoraproject.org/tests/python.git"
dest: "python"
- repo: "https://src.fedoraproject.org/rpms/pyproject-rpm-macros.git"
dest: "pyproject-rpm-macros"
tests:
- smoke27:
dir: python/smoke
@ -26,6 +28,12 @@
- smoke38:
dir: python/smoke
run: VERSION=3.8 METHOD=virtualenv ./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
required_packages:
- gcc
- virtualenv
@ -39,3 +47,6 @@
- python2-devel
- python3-devel
- python3-tox
- mock
- rpmdevtools
- rpm-build