Skip to content

Commit 86ec138

Browse files
authored
Make all unignored zarr warnings errors (#1021)
Following on from #654, I wanted to make sure that no warnings are being missed by the tests.
1 parent 972c912 commit 86ec138

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pytest.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
doctest_optionflags = NORMALIZE_WHITESPACE ELLIPSIS IGNORE_EXCEPTION_DETAIL
33
addopts = --durations=10
44
filterwarnings =
5-
error::DeprecationWarning:zarr.*
6-
error::UserWarning:zarr.*
5+
error:::zarr.*
6+
ignore:Not all N5 implementations support blosc compression.*:RuntimeWarning
77
ignore:PY_SSIZE_T_CLEAN will be required.*:DeprecationWarning
88
ignore:The loop argument is deprecated since Python 3.8.*:DeprecationWarning

0 commit comments

Comments
 (0)