Skip to content

Commit 8691138

Browse files
committed
fix: re-wire zarr-metadata up as a dependency for zarr-python
1 parent a732fb2 commit 8691138

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,9 @@ hooks.vcs.version-file = "src/zarr/_version.py"
154154

155155
[tool.hatch.envs.test]
156156
dependency-groups = ["test"]
157+
extra-dependencies = [
158+
"zarr-metadata @ {root:uri}/packages/zarr-metadata",
159+
]
157160

158161
[tool.hatch.envs.test.env-vars]
159162

0 commit comments

Comments
 (0)