Skip to content

Commit 481e197

Browse files
Backport PR #2403 on branch 0.12.x (ci: broaden zarr UnstableSpecificationWarning filter to match Struct(…) repr) (#2404)
Co-authored-by: Dominik J. Otto <dominik.otto@gmail.com>
1 parent 136c041 commit 481e197

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ filterwarnings_when_strict = [
159159
"default::dask.array.core.PerformanceWarning",
160160
"default:anndata will no longer support zarr v2:DeprecationWarning",
161161
"default:Consolidated metadata is:UserWarning",
162-
"default:.*Structured:zarr.core.dtype.common.UnstableSpecificationWarning",
162+
"default:.*Struct:zarr.core.dtype.common.UnstableSpecificationWarning",
163163
"default:.*FixedLengthUTF32:zarr.core.dtype.common.UnstableSpecificationWarning",
164164
"default:Automatic shard shape inference is experimental",
165165
"default:Writing zarr v2:UserWarning",

0 commit comments

Comments
 (0)