This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/pykickstart.git#66e138ab8d745db78dc8cc8a9072d8103e94faa9
18 lines
280 B
YAML
18 lines
280 B
YAML
---
|
|
|
|
- hosts: localhost
|
|
roles:
|
|
- role: standard-test-basic
|
|
tags:
|
|
- classic
|
|
|
|
required_packages:
|
|
- fedpkg
|
|
- python3-sphinx
|
|
- python3-coverage
|
|
|
|
tests:
|
|
- simple:
|
|
dir: scripts/
|
|
run: ./run_tests.sh
|