Skip to content

Commit

Permalink
ignore debugpy's bad MPL API call
Browse files Browse the repository at this point in the history
  • Loading branch information
drammock committed Dec 10, 2024
1 parent 4084c07 commit 050160c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mne/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,8 @@ def pytest_configure(config):
ignore:__array__ implementation doesn't accept a copy.*:DeprecationWarning
# quantities via neo
ignore:The 'copy' argument in Quantity is deprecated.*:
# debugpy uses deprecated matplotlib API
ignore:The (non_)?interactive_bk attribute was deprecated.*:
""" # noqa: E501
for warning_line in warning_lines.split("\n"):
warning_line = warning_line.strip()
Expand Down

0 comments on commit 050160c

Please sign in to comment.