From 8119d7fc9d0503b76746799a998a42a7d18e74c7 Mon Sep 17 00:00:00 2001 From: Yelninei Date: Sun, 19 Apr 2026 07:08:55 +0000 Subject: gnu: python: Skip test_ssl on the Hurd. The test is failing with openssl 3.5 in non linux paths. * gnu/packages/python.scm (python-3.11)[#:make-flags]: Skip test_ssl test on the Hurd. Fixes: guix/guix#4062 Change-Id: Ia83b51dfc18cf92c2fee02415fe628ac2675582d Signed-off-by: Andreas Enge --- gnu/packages/python.scm | 1 + 1 file changed, 1 insertion(+) (limited to 'gnu/packages/python.scm') diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index e56ef99bde2..cf1235b5282 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -819,6 +819,7 @@ def contents() -> str: " test_multiprocessing_main_handling" " test_pdb " " test_regrtest" + " test_ssl" ;; Fails with openssl 3.5 " test_sqlite") '()) ,@(if (system-hurd64?) -- cgit v1.2.3