unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#64244] [PATCH] gnu: python-distributed: Disable failing tests.
@ 2023-06-23  9:32 Nicolas Graves via Guix-patches via
  2023-10-08 21:33 ` bug#64244: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Nicolas Graves via Guix-patches via @ 2023-06-23  9:32 UTC (permalink / raw)
  To: 64244; +Cc: ngraves, Lars-Dominik Braun, jgart

* gnu/packages/python-science.scm (python-distributed): Disable failing tests.
---
 gnu/packages/python-science.scm | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm
index a8e43d96cf..017f863532 100644
--- a/gnu/packages/python-science.scm
+++ b/gnu/packages/python-science.scm
@@ -1136,7 +1136,8 @@ (define-public python-distributed
                 "test_tls_temporary_credentials_functional"
                 "test_variable_in_task"
                 "test_worker_preload_text"
-                "test_worker_uses_same_host_as_nanny")
+                "test_worker_uses_same_host_as_nanny"
+                "test_nanny_timeout") ; access to 127.0.0.1
                " and not ")
 
               ;; These fail because it doesn't find dask[distributed]
@@ -1156,7 +1157,8 @@ (define-public python-distributed
 
               ;; These tests are rather flaky
               " and not test_quiet_quit_when_cluster_leaves"
-              " and not multiple_clients_restart"))
+              " and not multiple_clients_restart"
+              " and not test_steal_twice"))
       #:phases
       #~(modify-phases %standard-phases
           (add-after 'unpack 'versioneer

base-commit: f25529b08e356f89ca7cecc44295085531a8faba
prerequisite-patch-id: ca2c8e641b960fd64d2a3df6711fbc399d707624
prerequisite-patch-id: ad1a6d08fd3af334701459e4a61d75cb441b208d
prerequisite-patch-id: 7455700f07f6ba230014c2a280fae3a648b614f0
prerequisite-patch-id: b1ff02e859956cc3db867b6f3278ae836eeb37d2
prerequisite-patch-id: 285479a1a1e46e6f0f8aba5429edfa400c81b32b
prerequisite-patch-id: 30fcff6f8c9328c71d3fca609cddde0b56973bb7
prerequisite-patch-id: a113aace2222ee3b0a24887292a22e890aae8c01
prerequisite-patch-id: 3439a57d3a3d7935ffd59ad0ebe7b4f86dc74db6
prerequisite-patch-id: 775366bcb7c9150b3ddb2534a75294cb3b075641
prerequisite-patch-id: 369b61e07e3c90151a5414b784513b9ae3d3e978
prerequisite-patch-id: 065651c3a8cee63b725d7f86c080c274b494627e
prerequisite-patch-id: 1ee71844f0c9a0112a456e5b76079239906a7fb8
prerequisite-patch-id: c7b3d9c5bff04c16576781eff50ce37f7c49131c
prerequisite-patch-id: c8b8fe8dc51fea0b8a2626cf7031f01b6000e023
prerequisite-patch-id: 182e25335d4c357001f4f8bed2b3f89b91d9cae5
prerequisite-patch-id: cccdad83975cbf04d7bd618c2c1a4b4de6fa7fd2
prerequisite-patch-id: 54eb8a9fd6d9bb60a3728d4c03fbf928d06106f3
prerequisite-patch-id: 795d31cc33a24a6a57e67af31b65acd8faa8187c
prerequisite-patch-id: ad01f4de590e1d946c2352444346ce3d3dd81837
prerequisite-patch-id: 12b76e9c2751da73ed64c9489b15f74ff17568cf
prerequisite-patch-id: eb618ab7b10483d917c308a38792af98baa517e2
prerequisite-patch-id: b8e17723214f99350b5a8ff5200ed92fe0334399
prerequisite-patch-id: 6f28833d2efa054d55126980f87ba4d2fdd13c6d
-- 
2.40.1





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#64244: [PATCH] gnu: python-distributed: Disable failing tests.
  2023-06-23  9:32 [bug#64244] [PATCH] gnu: python-distributed: Disable failing tests Nicolas Graves via Guix-patches via
@ 2023-10-08 21:33 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2023-10-08 21:33 UTC (permalink / raw)
  To: Nicolas Graves; +Cc: 64244-done, Lars-Dominik Braun, jgart

Nicolas Graves <ngraves@ngraves.fr> skribis:

> * gnu/packages/python-science.scm (python-distributed): Disable failing tests.

Applied, thanks!




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-10-08 21:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-23  9:32 [bug#64244] [PATCH] gnu: python-distributed: Disable failing tests Nicolas Graves via Guix-patches via
2023-10-08 21:33 ` bug#64244: " Ludovic Courtès

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).