This is an automated email from the git hooks/post-receive script.

rekado pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 6c453e04b8 gnu: python-distributed: Disable breaking test.
6c453e04b8 is described below

commit 6c453e04b810a45f896cf710b99824dc56aaa403
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Wed Jan 10 20:35:28 2024 +0100

    gnu: python-distributed: Disable breaking test.
    
    This test times out since the merge of the mesa-updates branch.
    
    * gnu/packages/python-science.scm (python-distributed)[arguments]: Disable
    test_tell_workers_when_peers_have_left.
    
    Change-Id: Ib65b971a3a821ea13d36a4be60658ffc366ca6ac
---
 gnu/packages/python-science.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm
index 262d5b7b98..8065de0e99 100644
--- a/gnu/packages/python-science.scm
+++ b/gnu/packages/python-science.scm
@@ -1,5 +1,5 @@
 ;;; GNU Guix --- Functional package management for GNU
-;;; Copyright © 2015, 2016, 2020, 2021, 2022, 2023 Ricardo Wurmus 
<[email protected]>
+;;; Copyright © 2015, 2016, 2020, 2021, 2022, 2023, 2024 Ricardo Wurmus 
<[email protected]>
 ;;; Copyright © 2015 Federico Beffa <[email protected]>
 ;;; Copyright © 2016 Ben Woodcroft <[email protected]>
 ;;; Copyright © 2016 Hartmut Goebel <[email protected]>
@@ -1374,6 +1374,7 @@ Mathematics (GLM) library to Python.")
                 "test_shutdown"
                 "test_shutdown_localcluster"
                 "test_teardown_failure_doesnt_crash_scheduler"
+                "test_tell_workers_when_peers_have_left"
                 "test_threadpoolworkers_pick_correct_ioloop"
                 "test_tls_listen_connect"
                 "test_tls_temporary_credentials_functional"

Reply via email to