public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/openssl] rebase_40beta: Add testing of the python interpreter for the ssl related tests
@ 2026-06-09 12:44 Charalampos Stratakis
0 siblings, 0 replies; only message in thread
From: Charalampos Stratakis @ 2026-06-09 12:44 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/openssl
Branch : rebase_40beta
Commit : 648a3cb985e443d225fec7fc9cde38a60285553d
Author : Charalampos Stratakis <cstratak@redhat.com>
Date : 2019-04-18T14:28:27+00:00
Stats : +17/-0 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/openssl/c/648a3cb985e443d225fec7fc9cde38a60285553d?branch=rebase_40beta
Log:
Add testing of the python interpreter for the ssl related tests
---
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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-09 12:44 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-09 12:44 [rpms/openssl] rebase_40beta: Add testing of the python interpreter for the ssl related tests Charalampos Stratakis
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox