aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYelninei <yelninei@tutamail.com>2025-04-21 13:53:55 +0000
committerLudovic Courtès <ludo@gnu.org>2025-04-21 23:55:00 +0200
commit5f1ee7ba730b5e2c0bb4b33878d0462dd22d2eb6 (patch)
treed2ded550d51935e6ac728f35ceb778cdec077718
parent49d9dca64f1d09309e039a1ae45f60f18883f6e7 (diff)
downloadguix-5f1ee7ba730b5e2c0bb4b33878d0462dd22d2eb6.tar.gz
guix-5f1ee7ba730b5e2c0bb4b33878d0462dd22d2eb6.zip
gnu: python@3.11: Skip more tests on GNU/Hurd.
* 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 <ludo@gnu.org>
-rw-r--r--gnu/packages/python.scm5
1 files changed, 5 insertions, 0 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 0f2b0891aa..dccd3cdd0e 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"