2019-07-03 14:25:36 +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
|
2019-07-26 12:34:21 +00:00
|
|
|
- pluggy:
|
|
|
|
dir: .
|
|
|
|
run: ./mocktest.sh python-pluggy
|
2019-09-03 16:16:57 +00:00
|
|
|
- clikit:
|
|
|
|
dir: .
|
|
|
|
run: ./mocktest.sh python-clikit
|
2020-09-23 09:43:35 +00:00
|
|
|
- distroinfo:
|
|
|
|
dir: .
|
|
|
|
run: ./mocktest.sh python-distroinfo
|
2019-11-14 12:32:56 +00:00
|
|
|
- tldr:
|
|
|
|
dir: .
|
|
|
|
run: ./mocktest.sh tldr
|
2020-03-02 10:56:15 +00:00
|
|
|
- openqa_client:
|
|
|
|
dir: .
|
|
|
|
run: ./mocktest.sh python-openqa_client
|
2020-08-14 12:57:40 +00:00
|
|
|
- httpbin:
|
|
|
|
dir: .
|
|
|
|
run: ./mocktest.sh python-httpbin
|
2020-04-15 14:44:04 +00:00
|
|
|
- ldap:
|
|
|
|
dir: .
|
|
|
|
run: ./mocktest.sh python-ldap
|
|
|
|
- isort:
|
|
|
|
dir: .
|
|
|
|
run: ./mocktest.sh python-isort
|
|
|
|
- mistune:
|
|
|
|
dir: .
|
|
|
|
run: ./mocktest.sh python-mistune
|
2020-07-29 10:49:15 +00:00
|
|
|
- setuptools_scm:
|
|
|
|
dir: .
|
|
|
|
run: ./mocktest.sh python-setuptools_scm
|
2020-08-05 10:55:28 +00:00
|
|
|
- ipykernel:
|
|
|
|
dir: .
|
|
|
|
run: ./mocktest.sh python-ipykernel
|
|
|
|
- zope:
|
|
|
|
dir: .
|
|
|
|
run: ./mocktest.sh python-zope-event
|
2020-08-11 12:12:34 +00:00
|
|
|
- django:
|
|
|
|
dir: .
|
|
|
|
run: ./mocktest.sh python-django
|
2020-09-02 11:27:10 +00:00
|
|
|
- printrun:
|
|
|
|
dir: .
|
|
|
|
run: ./mocktest.sh printrun
|
2020-09-30 21:32:30 +00:00
|
|
|
- dns_lexicon:
|
|
|
|
dir: .
|
|
|
|
run: ./mocktest.sh python-dns-lexicon
|
2020-10-05 22:30:45 +00:00
|
|
|
- flit_core:
|
|
|
|
dir: .
|
|
|
|
run: ./mocktest.sh python-flit-core
|
|
|
|
- poetry_core:
|
|
|
|
dir: .
|
|
|
|
run: ./mocktest.sh python-poetry-core
|
2021-06-26 14:31:09 +00:00
|
|
|
- setuptools:
|
|
|
|
dir: .
|
|
|
|
run: ./mocktest.sh python-setuptools
|
2021-06-28 11:23:19 +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-12 13:34:26 +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-06-28 11:23:19 +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-02 11:39:24 +00:00
|
|
|
- escape_percentages:
|
|
|
|
dir: .
|
2023-05-26 17:10:37 +00:00
|
|
|
run: ./mocktest.sh escape_percentages
|
2023-05-20 00:37:27 +00:00
|
|
|
- config-settings-test:
|
|
|
|
dir: .
|
|
|
|
run: ./mocktest.sh config-settings-test
|
2019-07-03 14:25:36 +00:00
|
|
|
required_packages:
|
|
|
|
- mock
|
|
|
|
- rpmdevtools
|
|
|
|
- rpm-build
|