We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b47db6f commit 864f381Copy full SHA for 864f381
pyproject.toml
@@ -172,6 +172,8 @@ filterwarnings= [
172
173
# IPython warnings
174
"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",
177
178
# Ignore jupyter_client warnings
179
"ignore:unclosed <socket.socket:ResourceWarning",
0 commit comments