Test python's decimal module which depends on libmpdec
This commit is contained in:
parent
f486006717
commit
267b9fc371
17
tests/tests_python.yml
Normal file
17
tests/tests_python.yml
Normal file
@ -0,0 +1,17 @@
|
||||
---
|
||||
- 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
|
||||
Loading…
Reference in New Issue
Block a user