diff options
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/python.scm | 3 |
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 |
