diff --git a/pyproject.toml b/pyproject.toml index 7a989dded..1a3e7ab92 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -159,7 +159,7 @@ filterwarnings_when_strict = [ "default::dask.array.core.PerformanceWarning", "default:anndata will no longer support zarr v2:DeprecationWarning", "default:Consolidated metadata is:UserWarning", - "default:.*Structured:zarr.core.dtype.common.UnstableSpecificationWarning", + "default:.*Struct:zarr.core.dtype.common.UnstableSpecificationWarning", "default:.*FixedLengthUTF32:zarr.core.dtype.common.UnstableSpecificationWarning", "default:Automatic shard shape inference is experimental", "default:Writing zarr v2:UserWarning",