summaryrefslogtreecommitdiff
path: root/gnu/packages/python.scm
diff options
context:
space:
mode:
authorYelninei <yelninei@tutamail.com>2026-05-24 10:20:14 +0000
committerSharlatan Hellseher <sharlatanus@gmail.com>2026-05-25 11:05:16 +0100
commit6b102c6a3a9af3177a1860e871d006a7cf2fa241 (patch)
tree4686e74d77320ebebc6065c62cef69495cc9994b /gnu/packages/python.scm
parentfc96dc4faabdfe44987b985b22a46431682ddc50 (diff)
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 <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/packages/python.scm')
-rw-r--r--gnu/packages/python.scm10
1 files changed, 10 insertions, 0 deletions
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:
1041 " test_venv" ;freeze 1041 " test_venv" ;freeze
1042 " test_multiprocessing_forkserver" ;runs over 10min 1042 " test_multiprocessing_forkserver" ;runs over 10min
1043 " test_multiprocessing_spawn" ;runs over 10min 1043 " test_multiprocessing_spawn" ;runs over 10min
1044 " test_glob" ;did not finish in 10h
1045 " test_site" ;Invalid argument
1046 " test_termios" ;os.openpty() Operation not permitted
1047 " test_tty" ;os.openpty() Operation not permitted
1048 " test_sqlite3" ;; sqlite3.OperationalError: database is locked
1049 " test_tarfile" ;; ELOOP vs ENAMETOOLONG
1044 " test_builtin" 1050 " test_builtin"
1045 " test_capi" 1051 " test_capi"
1046 " test_dbm_ndbm" 1052 " test_dbm_ndbm"
@@ -1053,7 +1059,11 @@ def contents() -> str:
1053 " test_multiprocessing_main_handling" 1059 " test_multiprocessing_main_handling"
1054 " test_pdb " 1060 " test_pdb "
1055 " test_regrtest" 1061 " test_regrtest"
1062 " test_ssl" ;; Fails with openssl 3.5
1056 " test_sqlite") 1063 " test_sqlite")
1064 #~())
1065 #$@(if (system-hurd64?)
1066 #~(" test_largefile") ;; hangs
1057 #~()))) 1067 #~())))
1058 1068
1059 #:modules '((ice-9 ftw) 1069 #:modules '((ice-9 ftw)