[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"))
- branch master updated (b24a05830d -> 10ff8ff4b5), guix-commits, 2023/06/29
- 03/07: gnu: openjdk19: Update to 19.0.2., guix-commits, 2023/06/29
- 05/07: gnu: Add python-affine., guix-commits, 2023/06/29
- 01/07: gnu: python-threadpoolctl: Update to 3.1.0., guix-commits, 2023/06/29
- 07/07: gnu: r-pando: Update to 1.0.5., guix-commits, 2023/06/29
- 06/07: gnu: Add python-rasterio., guix-commits, 2023/06/29
- 04/07: gnu: Add python-snuggs., guix-commits, 2023/06/29
- 02/07: gnu: python-distributed: Disable timeout test.,
guix-commits <=