python-pip/tests/tests.yml

86 lines
2.3 KiB
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:
- smoke35_optional:
2018-07-20 12:20:47 +00:00
dir: python/smoke
run: VERSION=3.5 INSTALL_OR_SKIP=true ./venv.sh
2018-07-20 12:20:47 +00:00
- smoke36:
dir: python/smoke
run: VERSION=3.6 ./venv.sh
- smoke37:
dir: python/smoke
run: VERSION=3.7 ./venv.sh
2019-02-09 19:15:59 +00:00
- smoke38:
dir: python/smoke
run: VERSION=3.8 ./venv.sh
2020-04-27 15:10:03 +00:00
- smoke39:
dir: python/smoke
run: VERSION=3.9 ./venv.sh
2020-12-30 09:20:05 +00:00
- smoke310:
dir: python/smoke
run: VERSION=3.10 ./venv.sh
2018-07-20 12:20:47 +00:00
- smoke27:
dir: python/smoke
run: VERSION=2.7 METHOD=virtualenv ./venv.sh
- smoke35_virtualenv_optional:
2018-07-20 12:20:47 +00:00
dir: python/smoke
run: VERSION=3.5 METHOD=virtualenv INSTALL_OR_SKIP=true ./venv.sh
2018-07-20 12:20:47 +00:00
- smoke36_virtualenv:
dir: python/smoke
run: VERSION=3.6 METHOD=virtualenv ./venv.sh
- smoke37_virtualenv:
dir: python/smoke
run: VERSION=3.7 METHOD=virtualenv ./venv.sh
2019-02-09 19:15:59 +00:00
- smoke38_virtualenv:
dir: python/smoke
run: VERSION=3.8 METHOD=virtualenv ./venv.sh
2020-04-27 15:10:03 +00:00
- smoke39_virtualenv:
dir: python/smoke
run: VERSION=3.9 METHOD=virtualenv ./venv.sh
2020-12-30 09:20:05 +00:00
- smoke310_virtualenv:
dir: python/smoke
run: VERSION=3.10 METHOD=virtualenv ./venv.sh
- pipenv:
run: pipenv --three && pipenv install six
- 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:
- gcc
- virtualenv
2020-12-30 09:20:05 +00:00
- python2.7
- python3.6
- python3.7
- python3.8
- python3.9
- python3.10
2018-07-20 12:20:47 +00:00
- python2-devel
- python3-devel
- python3-tox
- pipenv
- mock
- rpmdevtools
- rpm-build
2021-08-16 11:00:49 +00:00
- grep
- util-linux
- shadow-utils