~ruther/guix-local

a558c769e312cf3b3923e1e6bb3b25e8c8e940d9 — Yelninei 2 months ago 186b977
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>
1 files changed, 1 insertions(+), 0 deletions(-)

M gnu/packages/python.scm
M gnu/packages/python.scm => gnu/packages/python.scm +1 -0
@@ 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"