Skip to content

Commit 864f381

Browse files
Catch IPython 8.24 DeprecationWarnings (#1242)
1 parent b47db6f commit 864f381

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,8 @@ filterwarnings= [
172172

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

176178
# Ignore jupyter_client warnings
177179
"ignore:unclosed <socket.socket:ResourceWarning",

0 commit comments

Comments
 (0)