python-setuptools/tests/tests.yml

37 lines
984 B
YAML
Raw Normal View History

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"
- repo: "https://src.fedoraproject.org/rpms/pyproject-rpm-macros.git"
dest: "pyproject-rpm-macros"
2018-07-20 12:20:47 +00:00
tests:
2024-01-09 09:11:45 +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
- pyproject_pytest:
dir: pyproject-rpm-macros/tests
run: ./mocktest.sh python-pytest
- pyproject_pluggy:
dir: pyproject-rpm-macros/tests
run: ./mocktest.sh python-pluggy
2024-08-07 06:38:01 +00:00
- import_test:
run: python3 -c "import setuptools"
2018-07-20 12:20:47 +00:00
required_packages:
- https://dl.fedoraproject.org/pub/epel/epel-release-latest-10.noarch.rpm
2018-07-20 12:20:47 +00:00
- gcc
- virtualenv
- python3.12
2018-07-20 12:20:47 +00:00
- python3-devel
- tox
- mock
- rpmdevtools
- rpm-build