2023-10-06 13:32:34 +00:00
|
|
|
---
|
|
|
|
- hosts: localhost
|
|
|
|
roles:
|
|
|
|
- role: standard-test-basic
|
|
|
|
tags:
|
|
|
|
- classic
|
|
|
|
repositories:
|
|
|
|
- repo: "https://src.fedoraproject.org/tests/python.git"
|
|
|
|
dest: "python"
|
|
|
|
tests:
|
|
|
|
- smoke312:
|
|
|
|
dir: python/smoke
|
|
|
|
run: VERSION=3.12 ./venv.sh
|
|
|
|
- smoke312_virtualenv:
|
|
|
|
dir: python/smoke
|
|
|
|
run: VERSION=3.12 METHOD=virtualenv ./venv.sh
|
|
|
|
- pip_install_upgrade
|
|
|
|
required_packages:
|
2024-01-09 19:37:02 +00:00
|
|
|
- 'https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm'
|
|
|
|
- 'https://dl.fedoraproject.org/pub/epel/epel-next-release-latest-9.noarch.rpm'
|
2023-10-06 13:32:34 +00:00
|
|
|
- gcc
|
|
|
|
- virtualenv
|
|
|
|
- python3.12-devel
|
2024-01-09 19:37:02 +00:00
|
|
|
- python3.12-pip
|
2023-10-06 13:32:34 +00:00
|
|
|
- python3-tox
|
|
|
|
- grep
|
|
|
|
- util-linux
|
|
|
|
- shadow-utils
|