[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#55474] [PATCH v5 04/55] gnu: python-distributed: Disable failing te
From: |
Nicolas Graves |
Subject: |
[bug#55474] [PATCH v5 04/55] gnu: python-distributed: Disable failing tests. |
Date: |
Sun, 25 Jun 2023 18:57:05 +0200 |
* 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
--
2.40.1
- [bug#55474] [PATCH v5 01/55] gnu: python-django-4.0: Update to 4.0.9., Nicolas Graves, 2023/06/25
- [bug#55474] [PATCH v5 03/55] gnu: Add python-asgiref-3.4.1., Nicolas Graves, 2023/06/25
- [bug#55474] [PATCH v5 02/55] gnu: python-asgiref: Update to 3.6.0., Nicolas Graves, 2023/06/25
- [bug#55474] [PATCH v5 04/55] gnu: python-distributed: Disable failing tests.,
Nicolas Graves <=
- [bug#55474] [PATCH v5 05/55] gnu: Add python-django-4.2., Nicolas Graves, 2023/06/25
- [bug#55474] [PATCH v5 06/55] gnu: python-pint: Disable failing tests., Nicolas Graves, 2023/06/25
- [bug#55474] [PATCH v5 08/55] gnu: Add python-django-extensions-3.0., Nicolas Graves, 2023/06/25
- [bug#55474] [PATCH v5 07/55] gnu: python-django-extensions: Update to 3.2.0., Nicolas Graves, 2023/06/25
- [bug#55474] [PATCH v5 10/55] gnu: python-django-simple-math-captcha: Update to 1.0.9-0-61adb4f., Nicolas Graves, 2023/06/25
- [bug#55474] [PATCH v5 15/55] gnu: python-django-picklefield: Update to 3.1.0., Nicolas Graves, 2023/06/25
- [bug#55474] [PATCH v5 14/55] gnu: python-django-debug-toolbar: Add native-input tzdata-for-tests., Nicolas Graves, 2023/06/25
- [bug#55474] [PATCH v5 12/55] gnu: python-django-filter: Add native-input tzdata-for-tests., Nicolas Graves, 2023/06/25
- [bug#55474] [PATCH v5 13/55] gnu: python-django-allauth: Update to 0.47.0., Nicolas Graves, 2023/06/25
- [bug#55474] [PATCH v5 17/55] gnu: datasette: Disabling failing tests., Nicolas Graves, 2023/06/25