We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef47eb8 commit b314e74Copy full SHA for b314e74
1 file changed
pyproject.toml
@@ -175,10 +175,9 @@ filterwarnings_when_strict = [
175
"default:anndata will no longer support zarr v2:DeprecationWarning",
176
"default:Consolidated metadata is:UserWarning",
177
"default:.*Struct:zarr.core.dtype.common.UnstableSpecificationWarning",
178
+ # Remove when https://github.com/zarr-developers/zarr-python/pull/3979 becomes min
179
"default:.*FixedLengthUTF32:zarr.core.dtype.common.UnstableSpecificationWarning",
180
"default:Writing zarr v2:UserWarning",
- # TODO: Remove in conjunction with or before https://github.com/scverse/anndata/pull/1707
181
- "default:.*will obey copy-on-write semantics:FutureWarning",
182
]
183
python_files = [ "test_*.py" ]
184
testpaths = [
0 commit comments