Skip to content

Commit

Permalink
Catch IPython 8.24 DeprecationWarnings (#1242)
Browse files Browse the repository at this point in the history
  • Loading branch information
s-t-e-v-e-n-k authored Jul 1, 2024
1 parent b47db6f commit 864f381
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,8 @@ filterwarnings= [

# IPython warnings
"ignore: `Completer.complete` is pending deprecation since IPython 6.0 and will be replaced by `Completer.completions`:PendingDeprecationWarning",
"ignore: backends is deprecated since IPython 8.24, backends are managed in matplotlib and can be externally registered.:DeprecationWarning",
"ignore: backend2gui is deprecated since IPython 8.24, backends are managed in matplotlib and can be externally registered.:DeprecationWarning",

# Ignore jupyter_client warnings
"ignore:unclosed <socket.socket:ResourceWarning",
Expand Down

0 comments on commit 864f381

Please sign in to comment.