guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

07/07: gnu: python-next: Skip another test.


From: guix-commits
Subject: 07/07: gnu: python-next: Skip another test.
Date: Sun, 10 Mar 2024 06:51:47 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 2a8018e42c0d9b81de56cf322043c797e443c267
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sun Mar 10 12:49:29 2024 +0200

    gnu: python-next: Skip another test.
    
    * gnu/packages/python.scm (python-next)[arguments]: Skip another test
    which fails on slow machines.
    
    Change-Id: I777aa346c674604a22dc0be0b319f5df02e0ab3b
---
 gnu/packages/python.scm | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 0ae3709b99..12a5148cb1 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -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"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]