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
|
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-11 13:22:05 +00:00
|
|
|
- requests:
|
|
|
|
dir: .
|
|
|
|
run: ./mocktest.sh python-requests
|
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
|
2019-07-03 14:25:36 +00:00
|
|
|
required_packages:
|
|
|
|
- mock
|
|
|
|
- rpmdevtools
|
|
|
|
- rpm-build
|