python3Packages.zarr: don't depend on uv

We disable the test that requires uv.
This commit is contained in:
Robert Schütz
2026-04-27 07:43:39 -07:00
parent c0707c017c
commit 65704869f9
@@ -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;