GNU bug report logs -
#76578
[PATCH 0/3] update python-dask
Previous Next
Full log
View this message in rfc822 format
* gnu/packages/python-science.scm (python-distributed): Update to 2024.12.1.
Change-Id: Ia557e7d87e48a709298bf7024ee01b08098f5842
---
gnu/packages/python-science.scm | 10 ++++++++--
1 file changed, 8 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm
index 9357d5ed10..b6aa495941 100644
--- a/gnu/packages/python-science.scm
+++ b/gnu/packages/python-science.scm
@@ -2762,7 +2762,7 @@ (define-public python-dask-expr
(define-public python-distributed
(package
(name "python-distributed")
- (version "2024.4.2")
+ (version "2024.12.1")
(source
(origin
;; The test files are not included in the archive on pypi
@@ -2773,7 +2773,7 @@ (define-public python-distributed
(file-name (git-file-name name version))
(sha256
(base32
- "0sy9mqa8qlxsagbz8xn304csrlxhxj4b6k84yrjxdcmkp9pkx166"))))
+ "1k0kmzd48mvaaizbf3b6lk84s0fw88x9v7hfgiddyyv6mf4x7h27"))))
(build-system pyproject-build-system)
(arguments
(list
@@ -2784,6 +2784,10 @@ (define-public python-distributed
" and not gpu"
" and not ipython"
" and not avoid_ci")
+ ;; This disables FutureWarning that are caught as error,
+ ;; related to the merge of python-dask-expr in python-dask.
+ "-W"
+ (string-append "ignore::FutureWarning")
"-k"
(string-append
;; These fail because they require network access,
@@ -2849,6 +2853,7 @@ (define-public python-distributed
"test_rebalance_sync"
"test_repr_localcluster"
"test_require_encryption"
+ "test_rpc_closed_exception"
"test_rpc_default"
"test_rpc_inproc"
"test_rpc_message_lifetime_default"
@@ -2880,6 +2885,7 @@ (define-public python-distributed
"test_threadpoolworkers_pick_correct_ioloop"
"test_tls_listen_connect"
"test_tls_temporary_credentials_functional"
+ "test_transition_failure_triggers_log_event"
"test_variable_in_task"
"test_worker_preload_text"
"test_worker_uses_same_host_as_nanny"
--
2.34.1
This bug report was last modified 35 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.