diff --git a/docs/release.rst b/docs/release.rst index 8488aa01ed..2d5c3305cc 100644 --- a/docs/release.rst +++ b/docs/release.rst @@ -14,6 +14,15 @@ Release notes # .. warning:: # Pre-release! Use :command:`pip install --pre zarr` to evaluate this release. +.. _release_2.13.2: + +2.13.2 +------ + +* Fix test failure on conda-forge builds (again). + By :user:`Josh Moore `; see + `zarr-feedstock#65 `_. + .. _release_2.13.1: 2.13.1 diff --git a/zarr/tests/test_storage.py b/zarr/tests/test_storage.py index d61216927c..39d4b5988d 100644 --- a/zarr/tests/test_storage.py +++ b/zarr/tests/test_storage.py @@ -2563,11 +2563,12 @@ def test_normalize_store_arg(tmpdir): def test_meta_prefix_6853(): - meta = pathlib.Path(zarr.__file__).resolve().parent.parent / "fixture" / "meta" + fixture = pathlib.Path(zarr.__file__).resolve().parent.parent / "fixture" + meta = fixture / "meta" if not meta.exists(): # pragma: no cover s = DirectoryStore(str(meta), dimension_separator=".") a = zarr.open(store=s, mode="w", shape=(2, 2), dtype="