03378d185f
The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/python-setuptools_scm#5c10b54d3f8f83499b8561c9f01e7bd736bd8ac4
21 lines
502 B
YAML
21 lines
502 B
YAML
---
|
|
- 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
|
|
required_packages:
|
|
- mock
|
|
- rpmdevtools
|
|
- rpm-build
|