guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit 943da24c334ab2f8858aadc4747ea380677f7597
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Tue Jun 16 10:19:04 2026 +0100
gnu: python-dask: Update to 2026.3.0.
* gnu/packages/python-science.scm (python-dask): Update to 2026.3.0.
[arguments] <test-flags>: Skip 4 tests from the same test group - "Test
that cpu_count() respects the taskset command line tool"; the test was
introduced after 2025.11.0 version.
[propagated-inputs]: Remove python-importlib-metadata.
[native-inputs]: Remove python-pytest-asyncio.
[home-page]: Use official URL as seen on GitHub package.
Change-Id: Ibc77dad531b2c71a37713b14a261696c86cfbd62
---
gnu/packages/python-science.scm | 18 +++++++++++-------
1 file changed, 11 insertions(+), 7 deletions(-)
diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm
index 94278a1c32..d430e98f2b 100644
--- a/gnu/packages/python-science.scm
+++ b/gnu/packages/python-science.scm
@@ -940,7 +940,7 @@ optimization problems in Python.")
(define-public python-dask
(package
(name "python-dask")
- (version "2025.11.0")
+ (version "2026.3.0")
(source
(origin
(method git-fetch)
@@ -949,11 +949,11 @@ optimization problems in Python.")
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "12m4p4zfm96fjsm45wppdrylsi71vjr0ywplz6q7fhw9vbhk0kki"))))
+ (base32 "10w6ipxhx9gg14489gka4r0isp55xz3szgrx9f59424j240a5w15"))))
(build-system pyproject-build-system)
(arguments
(list
- ;; tests: 15277 passed, 751 skipped, 261 xfailed, 280 xpassed, 90
warnings
+ ;; tests: 15272 passed, 765 skipped, 313 xfailed, 280 xpassed, 7 warnings
#:test-flags
#~(list "-m" "not gpu and not slow and not network"
"--pyargs" "dask"
@@ -965,7 +965,13 @@ optimization problems in Python.")
;; AttributeError: 'Array' object has no attribute
;; 'expr'
"test_blockwise"
- "test_is_dask_collection_doesnt_materialize")
+ "test_is_dask_collection_doesnt_materialize"
+ ;; FileNotFoundError: [Errno 2] No such file or
+ ;; directory: 'taskset'
+ "test_cpu_affinity_taskset[affinity0]"
+ "test_cpu_affinity_taskset[affinity1]"
+ "test_cpu_affinity_taskset[affinity2]"
+ "test_cpu_affinity_taskset[affinity3]")
" and not "))
#:phases
#~(modify-phases %standard-phases
@@ -974,7 +980,6 @@ optimization problems in Python.")
(delete-file-recursively "dask"))))))
(native-inputs
(list python-pytest
- python-pytest-asyncio
python-pytest-mock
python-pytest-rerunfailures
python-pytest-timeout
@@ -986,7 +991,6 @@ optimization problems in Python.")
(list python-click
python-cloudpickle
python-fsspec
- python-importlib-metadata
python-packaging
python-partd
python-pyyaml
@@ -996,7 +1000,7 @@ optimization problems in Python.")
python-numpy
python-pandas
python-pyarrow))
- (home-page "https://github.com/dask/dask/")
+ (home-page "https://www.dask.org/")
(synopsis "Parallel computing with task scheduling")
(description
"Dask is a flexible parallel computing library for analytics. It