diff --git a/tests/tests_python.yml b/tests/tests_python.yml new file mode 100644 index 0000000..e1292bb --- /dev/null +++ b/tests/tests_python.yml @@ -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