From 65704869f94d7817b5f7e2da79e8dcb4d24be192 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= Date: Mon, 27 Apr 2026 07:42:43 -0700 Subject: [PATCH] python3Packages.zarr: don't depend on uv We disable the test that requires uv. --- pkgs/development/python-modules/zarr/default.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/pkgs/development/python-modules/zarr/default.nix b/pkgs/development/python-modules/zarr/default.nix index ce134cda79c5..5a39ed30ba26 100644 --- a/pkgs/development/python-modules/zarr/default.nix +++ b/pkgs/development/python-modules/zarr/default.nix @@ -33,7 +33,6 @@ pytest-asyncio, pytestCheckHook, tomlkit, - uv, }: buildPythonPackage (finalAttrs: { @@ -87,7 +86,6 @@ buildPythonPackage (finalAttrs: { pytest-asyncio pytestCheckHook tomlkit - uv ] ++ finalAttrs.finalPackage.passthru.optional-dependencies.cli;