File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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
6565filterwarnings =
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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments