gnu: python-next: Skip another test.
* gnu/packages/python.scm (python-next)[arguments]: Skip another test which fails on slow machines. Change-Id: I777aa346c674604a22dc0be0b319f5df02e0ab3bmaster
parent
8e7ed3b715
commit
2a8018e42c
|
@ -663,7 +663,12 @@ data types.")
|
||||||
#:make-flags (list (string-append (format #f "TESTOPTS=-j~d"
|
#:make-flags (list (string-append (format #f "TESTOPTS=-j~d"
|
||||||
(parallel-job-count))
|
(parallel-job-count))
|
||||||
;; those tests fail on low-memory systems
|
;; 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?)
|
,@(if (system-hurd?)
|
||||||
'(" test_posix" ;multiple errors
|
'(" test_posix" ;multiple errors
|
||||||
" test_time"
|
" test_time"
|
||||||
|
|
Reference in New Issue