~ruther/guix-local

2a8018e42c0d9b81de56cf322043c797e443c267 — Efraim Flashner 2 years ago 8e7ed3b
gnu: python-next: Skip another test.

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

Change-Id: I777aa346c674604a22dc0be0b319f5df02e0ab3b
1 files changed, 6 insertions(+), 1 deletions(-)

M gnu/packages/python.scm
M gnu/packages/python.scm => gnu/packages/python.scm +6 -1
@@ 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"