2018-07-20 12:20:47 +00:00
|
|
|
---
|
|
|
|
- hosts: localhost
|
|
|
|
roles:
|
|
|
|
- role: standard-test-basic
|
|
|
|
tags:
|
|
|
|
- classic
|
|
|
|
repositories:
|
|
|
|
- repo: "https://src.fedoraproject.org/tests/python.git"
|
|
|
|
dest: "python"
|
2024-07-26 13:52:48 +00:00
|
|
|
- repo: "https://gitlab.com/redhat/centos-stream/rpms/pyproject-rpm-macros.git"
|
2020-03-06 10:40:32 +00:00
|
|
|
dest: "pyproject-rpm-macros"
|
2024-07-26 13:52:48 +00:00
|
|
|
version: "c10s"
|
2018-07-20 12:20:47 +00:00
|
|
|
tests:
|
2022-11-15 14:22:33 +00:00
|
|
|
- smoke312:
|
|
|
|
dir: python/smoke
|
|
|
|
run: VERSION=3.12 ./venv.sh
|
|
|
|
- smoke312_virtualenv:
|
|
|
|
dir: python/smoke
|
|
|
|
run: VERSION=3.12 METHOD=virtualenv ./venv.sh
|
2020-03-06 10:40:32 +00:00
|
|
|
- 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
|
2021-08-16 11:00:49 +00:00
|
|
|
- pip_install_upgrade
|
2018-07-20 12:20:47 +00:00
|
|
|
required_packages:
|
2024-07-26 13:52:48 +00:00
|
|
|
- 'https://kojipkgs.fedoraproject.org/packages/epel-release/10/1.el10_0/noarch/epel-release-10-1.el10_0.noarch.rpm'
|
2018-07-20 12:20:47 +00:00
|
|
|
- gcc
|
2019-03-01 10:15:05 +00:00
|
|
|
- virtualenv
|
2024-07-26 13:52:48 +00:00
|
|
|
- python3.12
|
2018-07-20 12:20:47 +00:00
|
|
|
- python3-devel
|
2024-07-26 13:52:48 +00:00
|
|
|
- tox
|
2020-03-06 10:40:32 +00:00
|
|
|
- mock
|
|
|
|
- rpmdevtools
|
|
|
|
- rpm-build
|
2021-08-16 11:00:49 +00:00
|
|
|
- grep
|
|
|
|
- util-linux
|
|
|
|
- shadow-utils
|