The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/python-rpm-macros#06987f5024e2618f3169ca829462b71f7bbae463
29 lines
469 B
YAML
29 lines
469 B
YAML
---
|
|
- hosts: localhost
|
|
tags:
|
|
- classic
|
|
tasks:
|
|
- dnf:
|
|
name: "*"
|
|
state: latest
|
|
|
|
- hosts: localhost
|
|
roles:
|
|
- role: standard-test-basic
|
|
tags:
|
|
- classic
|
|
tests:
|
|
- pytest:
|
|
dir: .
|
|
run: pytest -v
|
|
- manual_byte_compilation:
|
|
dir: .
|
|
run: rpmbuild -ba pythontest.spec
|
|
required_packages:
|
|
- rpm-build
|
|
- python-rpm-macros
|
|
- python3-rpm-macros
|
|
- python3-devel
|
|
- python3-pytest
|
|
|