From 5f1ee7ba730b5e2c0bb4b33878d0462dd22d2eb6 Mon Sep 17 00:00:00 2001 From: Yelninei Date: Mon, 21 Apr 2025 13:53:55 +0000 Subject: [PATCH] gnu: python@3.11: Skip more tests on GNU/Hurd. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * gnu/packages/python.scm (python-3.11)[#:make-flags]: Skip test_glob, test_site, test_termios, test_tty and test_sqlite3 on Hurd systems. Change-Id: I2a2b89e33ea0c9cbda393bb76dd325c2569b2639 Signed-off-by: Ludovic Courtès --- gnu/packages/python.scm | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 0f2b0891aa6..dccd3cdd0e5 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -785,6 +785,11 @@ def contents() -> str: " test_venv" ;freeze " test_multiprocessing_forkserver" ;runs over 10min " test_multiprocessing_spawn" ;runs over 10min + " test_glob" ;did not finish in 10h + " test_site" ;Invalid argument + " test_termios" ;os.openpty() Operation not permitted + " test_tty" ;os.openpty() Operation not permitted + " test_sqlite3" ;; sqlite3.OperationalError: database is locked " test_builtin" " test_capi" " test_dbm_ndbm"