18 lines
444 B
YAML
18 lines
444 B
YAML
|
---
|
||
|
- hosts: localhost
|
||
|
roles:
|
||
|
- role: standard-test-basic
|
||
|
tags:
|
||
|
- classic
|
||
|
repositories:
|
||
|
- repo: "https://src.fedoraproject.org/tests/python.git"
|
||
|
dest: "python"
|
||
|
tests:
|
||
|
- python_selftest:
|
||
|
dir: python/selftest
|
||
|
run: X="test_decimal" ./parallel.sh
|
||
|
required_packages:
|
||
|
- python3-tkinter # for selftest
|
||
|
- python3-test # for selftest
|
||
|
- python3-rpm-macros # for dynamic python version
|