[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"
- branch master updated (3b38cbe8c2 -> 2a8018e42c), guix-commits, 2024/03/10
- 02/07: gnu: clang: Move compiler-cpu-architectures to llvm-meta.scm., guix-commits, 2024/03/10
- 07/07: gnu: python-next: Skip another test.,
guix-commits <=
- 01/07: gnu: check-0.14: Fix build on powerpc-linux., guix-commits, 2024/03/10
- 06/07: gnu: rav1e: Mark as tunable., guix-commits, 2024/03/10
- 03/07: cpu: Remove duplicate clang-compiler-cpu-architecture entry., guix-commits, 2024/03/10
- 04/07: gnu: rust: Add tuning information., guix-commits, 2024/03/10
- 05/07: transformations: Add support for rust., guix-commits, 2024/03/10