From a558c769e312cf3b3923e1e6bb3b25e8c8e940d9 Mon Sep 17 00:00:00 2001 From: Yelninei Date: Sun, 7 Dec 2025 09:49:39 +0000 Subject: 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 --- gnu/packages/python.scm | 1 + 1 file changed, 1 insertion(+) (limited to 'gnu/packages/python.scm') 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" -- cgit v1.3