Skip to content

Commit 6092156

Browse files
authored
chore: clean up warnings
1 parent ef47eb8 commit 6092156

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -175,10 +175,9 @@ filterwarnings_when_strict = [
175175
"default:anndata will no longer support zarr v2:DeprecationWarning",
176176
"default:Consolidated metadata is:UserWarning",
177177
"default:.*Struct:zarr.core.dtype.common.UnstableSpecificationWarning",
178+
# Remove when https://github.com/zarr-developers/zarr-python/pull/3979 becomes min
178179
"default:.*FixedLengthUTF32:zarr.core.dtype.common.UnstableSpecificationWarning",
179180
"default:Writing zarr v2:UserWarning",
180-
# TODO: Remove in conjunction with or before https://github.com/scverse/anndata/pull/1707
181-
"default:.*will obey copy-on-write semantics:FutureWarning",
182181
]
183182
python_files = [ "test_*.py" ]
184183
testpaths = [

0 commit comments

Comments
 (0)