mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
49d9dca64f
commit
5f1ee7ba73
1 changed files with 5 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue