Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Re-enable raising deprecation warnings #361

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

astrofrog
Copy link
Member

Just disable this for visual tests due to widgetti/solara#171

…st for visual tests due to deprecation warnings in solara
@dhomeier
Copy link
Contributor

I think this will need the following updates to ignores:

-    ignore:Keyword `trait:DeprecationWarning:pythreejs.*:
+    ignore:Keyword `trait` is deprecated in traitlets.*:DeprecationWarning:bqplot.*:
+    ignore:zmq.eventloop.ioloop is deprecated in pyzmq.*:DeprecationWarning:jupyter_client.*:
+    ignore:`BqplotScatterLayerState` is deprecated and will be removed in a future version.*:DeprecationWarning:glue_jupyter.bqplot.scatter.*:

(though maybe we should better add a pytest.warns context to our own glue_jupyter.bqplot.scatter tests).

@dhomeier dhomeier added testing no-changelog-entry-needed Skipped in Changelog generation labels Sep 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
no-changelog-entry-needed Skipped in Changelog generation testing
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants