python-rpm-macros/tests/tests.yml
Miro Hrončok f5bbbce169 CI eval tests: Drop the python3.6 dependency
It is not available on RHEL 9, so we skip the tests.

Once we have another python3.x available, we can enable them again.

Cherry-picked from https://src.fedoraproject.org/rpms/python-rpm-macros/pull-request/109

Resolves: rhbz#1984407
2021-08-25 14:21:23 +02:00

29 lines
499 B
YAML

---
- hosts: localhost
tags:
- classic
tasks:
- dnf:
name: "*"
state: latest
- hosts: localhost
roles:
- role: standard-test-basic
tags:
- classic
tests:
- pytest:
dir: .
run: ALTERNATE_PYTHON_VERSION=SKIP 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