summaryrefslogtreecommitdiff
path: root/gnu/packages/python.scm
diff options
context:
space:
mode:
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)