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 Jun 23, 2023
1 parent 07420ba commit bd60a31
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ commands =
test: pip freeze
test-!visual: pytest --pyargs glue_jupyter --cov glue_jupyter {posargs}
test-visual: playwright install chromium
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}/
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
notebooks: python .validate-notebooks.py
docs: sphinx-build -n -b html -d _build/doctrees . _build/html

Expand Down

0 comments on commit bd60a31

Please sign in to comment.