summaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorYelninei <yelninei@tutamail.com>2025-06-04 15:21:54 +0100
committerJanneke Nieuwenhuizen <janneke@gnu.org>2026-03-06 19:16:39 +0100
commitaf72a155af217bbd2b5fae5b766a04fb5845e495 (patch)
treecf7bf61d53f873a20db40bf25c0c73970d26cea5 /gnu/packages
parent6da882261d7d2b5c0989c5aeff02a2f1d618ac95 (diff)
gnu: python: Skip test_largefile on the 64bit Hurd.
* gnu/packages/python.scm (python-3.11):[#:make-flags]: Skip test_largefile on the 64bit Hurd. Change-Id: I3a93a69969b43eaf99d639afc5448f82627f19d1
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/python.scm3
1 files changed, 3 insertions, 0 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 6f78ad87706..6d5fe9b73cd 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -820,6 +820,9 @@ def contents() -> str:
" test_pdb "
" test_regrtest"
" test_sqlite")
+ '())
+ ,@(if (system-hurd64?)
+ '(" test_largefile") ;; hangs
'())))
#:modules