From af72a155af217bbd2b5fae5b766a04fb5845e495 Mon Sep 17 00:00:00 2001 From: Yelninei Date: Wed, 4 Jun 2025 15:21:54 +0100 Subject: 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 --- gnu/packages/python.scm | 3 +++ 1 file changed, 3 insertions(+) (limited to 'gnu/packages/python.scm') 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 -- cgit v1.3