From 648a3cb985e443d225fec7fc9cde38a60285553d Mon Sep 17 00:00:00 2001 From: Charalampos Stratakis Date: Mon, 18 Mar 2019 16:11:13 +0100 Subject: [PATCH] Add testing of the python interpreter for the ssl related tests --- tests/tests_python.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 tests/tests_python.yml diff --git a/tests/tests_python.yml b/tests/tests_python.yml new file mode 100644 index 0000000..229efbe --- /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: VERSION=3.7 X="test_ssl test_hashlib test_ftplib test_httplib test_imaplib test_logging test_nntplib test_poplib test_urllib2_localnet test_urllib test_xmlrpc" ./parallel.sh + required_packages: + - gcc # for extension building in venv and selftest + - python3-tkinter # for selftest + - python3-test # for selftest \ No newline at end of file