From 6b102c6a3a9af3177a1860e871d006a7cf2fa241 Mon Sep 17 00:00:00 2001 From: Yelninei Date: Sun, 24 May 2026 10:20:14 +0000 Subject: gnu: python@3.12: Fix tests on the Hurd. * gnu/packages/python.scm (python-3.12)[#:make-flags]: Copy test flags from python 3.11. Merges: guix/guix!8793 Change-Id: Id45244f241e259d9a461d51963ef26d0354a8149 Signed-off-by: Sharlatan Hellseher --- gnu/packages/python.scm | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'gnu/packages/python.scm') diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 8b54a4aabb2..da88a618d68 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -1041,6 +1041,12 @@ def contents() -> str: " test_venv" ;freeze " test_multiprocessing_forkserver" ;runs over 10min " test_multiprocessing_spawn" ;runs over 10min + " test_glob" ;did not finish in 10h + " test_site" ;Invalid argument + " test_termios" ;os.openpty() Operation not permitted + " test_tty" ;os.openpty() Operation not permitted + " test_sqlite3" ;; sqlite3.OperationalError: database is locked + " test_tarfile" ;; ELOOP vs ENAMETOOLONG " test_builtin" " test_capi" " test_dbm_ndbm" @@ -1053,7 +1059,11 @@ def contents() -> str: " test_multiprocessing_main_handling" " test_pdb " " test_regrtest" + " test_ssl" ;; Fails with openssl 3.5 " test_sqlite") + #~()) + #$@(if (system-hurd64?) + #~(" test_largefile") ;; hangs #~()))) #:modules '((ice-9 ftw) -- cgit v1.2.3