GNU bug report logs - #76578
[PATCH 0/3] update python-dask

Previous Next

Package: guix-patches;

Reported by: Benoit Martin <bmartin <at> cea.fr>

Date: Wed, 26 Feb 2025 09:42:02 UTC

Severity: normal

Tags: patch

Full log


View this message in rfc822 format

From: Benoit Martin <bmartin <at> cea.fr>
To: 76578 <at> debbugs.gnu.org
Cc: Benoit Martin <bmartin <at> cea.fr>
Subject: [bug#76578] [PATCH 3/3] gnu: python-dask: Update to 2024.12.1.
Date: Wed, 26 Feb 2025 10:57:36 +0100
* gnu/packages/python-xyz.scm (python-dask): Update to 2024.12.1.

Change-Id: I776e9dd3d4a12d33e89e4d48a5e637cb9d6f465e
---
 gnu/packages/python-xyz.scm | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index bb0ab777d5..5ac44db4b8 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -30507,7 +30507,7 @@ (define-public python-fsspec
 (define-public python-dask
   (package
     (name "python-dask")
-    (version "2024.4.2")
+    (version "2024.12.1")
     (source
      (origin
        (method git-fetch)
@@ -30516,7 +30516,7 @@ (define-public python-dask
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1kaxlvqd5hknlb0awck5vcw9b18nl8rpxx4j78js8p9d0y5rsgw8"))))
+        (base32 "17iqfyjphyn72xdr8fmynzvixskbq16pwmsknwc6anq7s2axvas2"))))
     (build-system pyproject-build-system)
     (arguments
      (list
@@ -30544,7 +30544,10 @@ (define-public python-dask
                     " and not test_to_delayed_optimize_graph"
                     ;; This one expects a deprecation warning that never
                     ;; comes.
-                    " and not test_RandomState_only_funcs")
+                    " and not test_RandomState_only_funcs"
+                    ;; This test expects a RuntimeWarning that is never
+                    ;; raised.
+                    " and not test_nanquantile_all_nan")
               ;; Tests must run from the output directory, because otherwise
               ;; it complains about the difference between the target
               ;; directory embedded in the pyc files and the source directory
-- 
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.