summaryrefslogtreecommitdiff
path: root/gnu/packages/python.scm
diff options
context:
space:
mode:
authorYelninei <yelninei@tutamail.com>2025-12-07 09:49:39 +0000
committerAndreas Enge <andreas@enge.fr>2025-12-07 11:39:31 +0100
commita558c769e312cf3b3923e1e6bb3b25e8c8e940d9 (patch)
tree62f84eb9669bec9b2a0acb49b068f8f9c7b89e31 /gnu/packages/python.scm
parent186b977d6feaf69dc829f5e45014fc1171c3c16c (diff)
gnu: python@3.11: Skip another test on hurd.
This test fails with python 3.11.14. * gnu/packages/python.scm (python-3.11): Skip test_tarfile on hurd. Change-Id: I0d81ab8c0ff403521fe9bedf0145df7c570abd7d Signed-off-by: Andreas Enge <andreas@enge.fr>
Diffstat (limited to 'gnu/packages/python.scm')
-rw-r--r--gnu/packages/python.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 881fc6364cf..d0b7a6e3859 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -804,6 +804,7 @@ def contents() -> str:
" 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"