me
/
guix
Archived
1
0
Fork 0

gnu: python-next: Skip another test.

* gnu/packages/python.scm (python-next)[arguments]: Skip another test
which fails on slow machines.

Change-Id: I777aa346c674604a22dc0be0b319f5df02e0ab3b
master
Efraim Flashner 2024-03-10 12:49:29 +02:00
parent 8e7ed3b715
commit 2a8018e42c
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 6 additions and 1 deletions

View File

@ -663,7 +663,12 @@ data types.")
#: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"