Skip to content

Commit

Permalink
FIX: For circle, too
Browse files Browse the repository at this point in the history
  • Loading branch information
larsoner committed Nov 26, 2024
1 parent ebd7a03 commit 2ee6c2b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doc/sphinxext/mne_doc_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ def reset_warnings(gallery_conf, fname):
"__array_wrap__ must accept context and return_scalar.*",
# selenium
"setting remote_server_addr",
"using WebElement",
):
warnings.filterwarnings( # deal with other modules having bad imports
"ignore", message=f".*{key}.*", category=DeprecationWarning
Expand Down

0 comments on commit 2ee6c2b

Please sign in to comment.