We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ddde63 commit 9b8e0c4Copy full SHA for 9b8e0c4
pyproject.toml
@@ -130,6 +130,7 @@ filterwarnings = [
130
"ignore:The loop argument is deprecated since Python 3.8.*:DeprecationWarning",
131
"ignore:The .* is deprecated and will be removed in a Zarr-Python version 3*:FutureWarning",
132
"ignore:The experimental Zarr V3 implementation in this version .*:FutureWarning",
133
+ "ignore:unclosed database in <sqlite3.Connection.*:ResourceWarning",
134
]
135
doctest_subpackage_requires = [
136
"zarr/core.py = numpy>=2",
0 commit comments