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>
This commit is contained in:
Yelninei 2025-04-21 13:53:55 +00:00 committed by Ludovic Courtès
parent 49d9dca64f
commit 5f1ee7ba73
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -785,6 +785,11 @@ def contents() -> str:
" test_venv" ;freeze " test_venv" ;freeze
" test_multiprocessing_forkserver" ;runs over 10min " test_multiprocessing_forkserver" ;runs over 10min
" test_multiprocessing_spawn" ;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_builtin"
" test_capi" " test_capi"
" test_dbm_ndbm" " test_dbm_ndbm"