Skip to content

Commit 39ffc2b

Browse files
committed
Re-enable raising deprecation warnings in default case and disable just for visual tests due to deprecation warnings in solara
1 parent 07420ba commit 39ffc2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ glue_jupyter.icons = *.svg
6363
# -Wignore: See https://github.com/glue-viz/glue-jupyter/issues/237
6464
# -s: Disable stdout capturing
6565
filterwarnings =
66-
# error::DeprecationWarning
66+
error::DeprecationWarning
6767
ignore:the imp module is deprecated:DeprecationWarning:glue.config.*:
6868
ignore:`np.float` is a deprecated alias:DeprecationWarning:glue.*:
6969
# possibly more serious issue with overlapping memory in glue/utils/array.py:30: unbroadcast

0 commit comments

Comments
 (0)