2020-10-14 23:43:13 +00:00
|
|
|
---
|
|
|
|
- hosts: localhost
|
|
|
|
tags:
|
|
|
|
- classic
|
|
|
|
tasks:
|
|
|
|
- dnf:
|
|
|
|
name: "*"
|
|
|
|
state: latest
|
|
|
|
|
|
|
|
- hosts: localhost
|
|
|
|
roles:
|
|
|
|
- role: standard-test-basic
|
|
|
|
tags:
|
|
|
|
- classic
|
|
|
|
tests:
|
|
|
|
- pytest:
|
|
|
|
dir: .
|
|
|
|
run: ./mocktest.sh python-pytest
|
|
|
|
- entrypoints:
|
|
|
|
dir: .
|
|
|
|
run: ./mocktest.sh python-entrypoints
|
|
|
|
- pluggy:
|
|
|
|
dir: .
|
|
|
|
run: ./mocktest.sh python-pluggy
|
2022-03-17 15:59:38 +00:00
|
|
|
# uses poetry backend, no poetry in EL 9
|
|
|
|
# awaiting volunteers in https://bugzilla.redhat.com/2049649
|
|
|
|
#- clikit:
|
|
|
|
# dir: .
|
|
|
|
# run: ./mocktest.sh python-clikit
|
2021-02-04 13:32:12 +00:00
|
|
|
- distroinfo:
|
|
|
|
dir: .
|
|
|
|
run: ./mocktest.sh python-distroinfo
|
2020-10-14 23:43:13 +00:00
|
|
|
- tldr:
|
|
|
|
dir: .
|
|
|
|
run: ./mocktest.sh tldr
|
|
|
|
- openqa_client:
|
|
|
|
dir: .
|
|
|
|
run: ./mocktest.sh python-openqa_client
|
2021-02-04 13:32:12 +00:00
|
|
|
- httpbin:
|
|
|
|
dir: .
|
|
|
|
run: ./mocktest.sh python-httpbin
|
2020-10-14 23:43:13 +00:00
|
|
|
- ldap:
|
|
|
|
dir: .
|
|
|
|
run: ./mocktest.sh python-ldap
|
|
|
|
- isort:
|
|
|
|
dir: .
|
|
|
|
run: ./mocktest.sh python-isort
|
|
|
|
- mistune:
|
|
|
|
dir: .
|
|
|
|
run: ./mocktest.sh python-mistune
|
|
|
|
- setuptools_scm:
|
|
|
|
dir: .
|
|
|
|
run: ./mocktest.sh python-setuptools_scm
|
2022-12-09 09:05:34 +00:00
|
|
|
# awaiting jupyter-client in EPEL 9
|
2022-03-17 15:59:38 +00:00
|
|
|
#- ipykernel:
|
|
|
|
# dir: .
|
|
|
|
# run: ./mocktest.sh python-ipykernel
|
2020-10-14 23:43:13 +00:00
|
|
|
- zope:
|
|
|
|
dir: .
|
|
|
|
run: ./mocktest.sh python-zope-event
|
2021-02-04 13:32:12 +00:00
|
|
|
- django:
|
|
|
|
dir: .
|
|
|
|
run: ./mocktest.sh python-django
|
|
|
|
- printrun:
|
|
|
|
dir: .
|
|
|
|
run: ./mocktest.sh printrun
|
2022-12-09 09:05:34 +00:00
|
|
|
- dns_lexicon:
|
|
|
|
dir: .
|
|
|
|
run: ./mocktest.sh python-dns-lexicon
|
2021-02-04 13:32:12 +00:00
|
|
|
- flit_core:
|
|
|
|
dir: .
|
|
|
|
run: ./mocktest.sh python-flit-core
|
|
|
|
- poetry_core:
|
|
|
|
dir: .
|
|
|
|
run: ./mocktest.sh python-poetry-core
|
2021-06-28 12:07:29 +00:00
|
|
|
- setuptools:
|
|
|
|
dir: .
|
|
|
|
run: ./mocktest.sh python-setuptools
|
2022-12-09 09:05:34 +00:00
|
|
|
# too many missing deps in EPEL 9 (pre-commit, sphinx-issues, pallets-sphinx-themes)
|
2022-03-17 15:59:38 +00:00
|
|
|
#- markupsafe:
|
|
|
|
# dir: .
|
|
|
|
# run: ./mocktest.sh python-markupsafe
|
2022-01-17 16:20:54 +00:00
|
|
|
- getmac:
|
|
|
|
dir: .
|
|
|
|
run: ./mocktest.sh python-getmac
|
2022-04-27 08:34:03 +00:00
|
|
|
- userpath:
|
|
|
|
dir: .
|
|
|
|
run: ./mocktest.sh python-userpath
|
2021-12-08 10:07:48 +00:00
|
|
|
- double_install:
|
|
|
|
dir: .
|
|
|
|
run: ./mocktest.sh double-install
|
2021-07-08 11:08:04 +00:00
|
|
|
- fake_requirements:
|
|
|
|
dir: .
|
|
|
|
run: ./mocktest.sh fake-requirements
|
2023-02-13 15:16:58 +00:00
|
|
|
- virtualenv:
|
|
|
|
dir: .
|
|
|
|
run: ./mocktest.sh python-virtualenv
|
2021-07-13 09:29:19 +00:00
|
|
|
- escape_percentages:
|
|
|
|
dir: .
|
|
|
|
run: rpmbuild -ba escape_percentages.spec
|
2020-10-14 23:43:13 +00:00
|
|
|
required_packages:
|
2022-03-23 15:13:43 +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'
|
2020-10-14 23:43:13 +00:00
|
|
|
- mock
|
|
|
|
- rpmdevtools
|
|
|
|
- rpm-build
|