From e2fe4ce2a4a2bed88f9c46fddc83e2910977876e Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Fri, 12 Dec 2025 21:48:50 +0000 Subject: [PATCH 1/2] python3Packages.dask: 2025.11.0 -> 2025.12.0 Diff: https://github.com/dask/dask/compare/2025.11.0...2025.12.0 Changelog: https://docs.dask.org/en/latest/changelog.html --- pkgs/development/python-modules/dask/default.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/dask/default.nix b/pkgs/development/python-modules/dask/default.nix index af46945b5197..47bf61b9db09 100644 --- a/pkgs/development/python-modules/dask/default.nix +++ b/pkgs/development/python-modules/dask/default.nix @@ -32,6 +32,7 @@ pytest-cov-stub, pytest-mock, pytest-rerunfailures, + pytest-timeout, pytest-xdist, pytestCheckHook, versionCheckHook, @@ -39,14 +40,14 @@ buildPythonPackage rec { pname = "dask"; - version = "2025.11.0"; + version = "2025.12.0"; pyproject = true; src = fetchFromGitHub { owner = "dask"; repo = "dask"; tag = version; - hash = "sha256-cU4w4dqJQ3ew+fRyD7Lc4URNfW738kKqls6k6j65pIo="; + hash = "sha256-oGBOt2ULLn0Kx1rOVNWaC3l1ECotMC2yNeCHya9Tx+s="; }; build-system = [ @@ -94,6 +95,7 @@ buildPythonPackage rec { pytest-cov-stub pytest-mock pytest-rerunfailures + pytest-timeout pytest-xdist pytestCheckHook versionCheckHook From b6cc3dc5a0de8e8f3eabd8364910fe18d7353a76 Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Sat, 13 Dec 2025 10:15:51 +0000 Subject: [PATCH 2/2] python3Packages.ome-zarr: skip failing tests --- pkgs/development/python-modules/ome-zarr/default.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pkgs/development/python-modules/ome-zarr/default.nix b/pkgs/development/python-modules/ome-zarr/default.nix index 67a14ed7a03a..78f854f744b7 100644 --- a/pkgs/development/python-modules/ome-zarr/default.nix +++ b/pkgs/development/python-modules/ome-zarr/default.nix @@ -57,6 +57,11 @@ buildPythonPackage rec { disabledTests = [ # attempts to access network "test_s3_info" + + # AssertionError: assert {'blocksize':... 'blosc', ...} == {'blocksize':... 'blosc', ...} + # comp {'id': 'blosc', 'cname': 'lz4', 'clevel': 5, 'shuffle': 1, 'blocksize': 0} + "test_default_compression" + "test_write_image_compressed" ]; disabledTestPaths = [