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 972c912 commit 86ec138Copy full SHA for 86ec138
pytest.ini
@@ -2,7 +2,7 @@
2
doctest_optionflags = NORMALIZE_WHITESPACE ELLIPSIS IGNORE_EXCEPTION_DETAIL
3
addopts = --durations=10
4
filterwarnings =
5
- error::DeprecationWarning:zarr.*
6
- error::UserWarning:zarr.*
+ error:::zarr.*
+ ignore:Not all N5 implementations support blosc compression.*:RuntimeWarning
7
ignore:PY_SSIZE_T_CLEAN will be required.*:DeprecationWarning
8
ignore:The loop argument is deprecated since Python 3.8.*:DeprecationWarning
0 commit comments