python-wheel/tests/tests.yml
Lukáš Zachar e64f52b4ba CI: Remove unavailable Pythons
Co-Authored-By: Miro Hrončok <miro@hroncok.cz>
2024-09-20 13:51:42 +02:00

30 lines
772 B
YAML

---
- hosts: localhost
roles:
- role: standard-test-basic
tags:
- classic
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:
- smoke312:
dir: python/smoke
run: VERSION=3.12 METHOD=virtualenv VIRTUALENV_WHEEL=bundle ./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
- python3.12-devel
- python3-tox
- mock
- rpmdevtools
- rpm-build