mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: python-next: Skip another test.
* gnu/packages/python.scm (python-next)[arguments]: Skip another test which fails on slow machines. Change-Id: I777aa346c674604a22dc0be0b319f5df02e0ab3b
This commit is contained in:
parent
8e7ed3b715
commit
2a8018e42c
1 changed files with 6 additions and 1 deletions
|
@ -663,7 +663,12 @@ (define-public python-3.12
|
|||
#:make-flags (list (string-append (format #f "TESTOPTS=-j~d"
|
||||
(parallel-job-count))
|
||||
;; those tests fail on low-memory systems
|
||||
" --exclude test_mmap test_socket test_threading test_asyncio"
|
||||
" --exclude"
|
||||
" test_mmap"
|
||||
" test_socket"
|
||||
" test_threading"
|
||||
" test_asyncio"
|
||||
" test_shutdown"
|
||||
,@(if (system-hurd?)
|
||||
'(" test_posix" ;multiple errors
|
||||
" test_time"
|
||||
|
|
Loading…
Reference in a new issue