guix-commits
[Top][All Lists]
Advanced

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

02/07: gnu: python-distributed: Disable timeout test.


From: guix-commits
Subject: 02/07: gnu: python-distributed: Disable timeout test.
Date: Thu, 29 Jun 2023 06:05:24 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 2a7ca170680d107c5f8b8434b4fdc19a6b761691
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Jun 27 00:23:33 2023 +0200

    gnu: python-distributed: Disable timeout test.
    
    * gnu/packages/python-science.scm (python-distributed)[arguments]: Disable
    test_nanny_timeout, because it times out.
---
 gnu/packages/python-science.scm | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm
index e8dbf373a8..185761ca38 100644
--- a/gnu/packages/python-science.scm
+++ b/gnu/packages/python-science.scm
@@ -1283,6 +1283,9 @@ Mathematics (GLM) library to Python.")
               " and not test_exception_text"
               " and not test_worker_bad_args"
 
+              ;; These time out
+              " and not test_nanny_timeout"
+
               ;; These tests are rather flaky
               " and not test_quiet_quit_when_cluster_leaves"
               " and not multiple_clients_restart"))



reply via email to

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