2020-03-06 13:05:37 +00:00
|
|
|
---
|
|
|
|
- hosts: localhost
|
|
|
|
roles:
|
|
|
|
- role: standard-test-basic
|
|
|
|
tags:
|
|
|
|
- classic
|
|
|
|
repositories:
|
|
|
|
- repo: "https://src.fedoraproject.org/rpms/pyproject-rpm-macros.git"
|
|
|
|
dest: "pyproject-rpm-macros"
|
2023-04-19 08:13:01 +00:00
|
|
|
- repo: "https://src.fedoraproject.org/rpms/python-rpm-generators.git"
|
|
|
|
dest: "python-rpm-generators"
|
2020-03-06 13:05:37 +00:00
|
|
|
tests:
|
|
|
|
- pyproject_pytest:
|
|
|
|
dir: pyproject-rpm-macros/tests
|
|
|
|
run: ./mocktest.sh python-pytest
|
|
|
|
- pyproject_entrypoints:
|
|
|
|
dir: pyproject-rpm-macros/tests
|
|
|
|
run: ./mocktest.sh python-entrypoints
|
|
|
|
- pyproject_pluggy:
|
|
|
|
dir: pyproject-rpm-macros/tests
|
|
|
|
run: ./mocktest.sh python-pluggy
|
|
|
|
- pyproject_clikit:
|
|
|
|
dir: pyproject-rpm-macros/tests
|
|
|
|
run: ./mocktest.sh python-clikit
|
2023-04-19 08:13:01 +00:00
|
|
|
- rpm_generators_unit_tests:
|
|
|
|
dir: python-rpm-generators
|
|
|
|
run: ./tests/download_data_and_run_pytest.sh
|
2020-03-06 13:05:37 +00:00
|
|
|
required_packages:
|
2023-04-19 08:13:01 +00:00
|
|
|
- fedpkg-minimal
|
2020-03-06 13:05:37 +00:00
|
|
|
- mock
|
2023-04-19 08:13:01 +00:00
|
|
|
- python3-pip
|
|
|
|
- python3-pytest
|
|
|
|
- python3-pyyaml
|
|
|
|
- python3-setuptools
|
|
|
|
- python3-wheel
|
2020-03-06 13:05:37 +00:00
|
|
|
- rpmdevtools
|
|
|
|
- rpm-build
|