guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 6b102c6a3a9af3177a1860e871d006a7cf2fa241
Author: Yelninei <[email protected]>
AuthorDate: Sun May 24 10:20:14 2026 +0000

    gnu: [email protected]: 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 <[email protected]>
---
 gnu/packages/python.scm | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 8b54a4aabb..da88a618d6 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)

Reply via email to