Skip to content

Commit

Permalink
Re-enable raising deprecation warnings in default case and disable ju…
Browse files Browse the repository at this point in the history
…st for visual tests due to deprecation warnings in solara
  • Loading branch information
astrofrog committed Aug 3, 2023
1 parent 07420ba commit 39ffc2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ glue_jupyter.icons = *.svg
# -Wignore: See https://github.com/glue-viz/glue-jupyter/issues/237
# -s: Disable stdout capturing
filterwarnings =
# error::DeprecationWarning
error::DeprecationWarning
ignore:the imp module is deprecated:DeprecationWarning:glue.config.*:
ignore:`np.float` is a deprecated alias:DeprecationWarning:glue.*:
# possibly more serious issue with overlapping memory in glue/utils/array.py:30: unbroadcast
Expand Down

0 comments on commit 39ffc2b

Please sign in to comment.