Skip to content

Commit bd60a31

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 bd60a31

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ commands =
3434
test: pip freeze
3535
test-!visual: pytest --pyargs glue_jupyter --cov glue_jupyter {posargs}
3636
test-visual: playwright install chromium
37-
test-visual: pytest --show-capture=no --pyargs glue_jupyter {posargs} --mpl -m mpl_image_compare --mpl --mpl-generate-summary=html --mpl-results-path={toxinidir}/results --mpl-hash-library={toxinidir}/glue_jupyter/tests/images/{envname}.json --mpl-baseline-path=https://raw.githubusercontent.com/glue-viz/glue-jupyter-visual-tests/main/images/{envname}/
37+
test-visual: pytest --show-capture=no --pyargs glue_jupyter {posargs} --mpl -m mpl_image_compare --mpl --mpl-generate-summary=html --mpl-results-path={toxinidir}/results --mpl-hash-library={toxinidir}/glue_jupyter/tests/images/{envname}.json --mpl-baseline-path=https://raw.githubusercontent.com/glue-viz/glue-jupyter-visual-tests/main/images/{envname}/ -W ignore:DeprecationWarning
3838
notebooks: python .validate-notebooks.py
3939
docs: sphinx-build -n -b html -d _build/doctrees . _build/html
4040

0 commit comments

Comments
 (0)