We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1dc9100 commit bbf5de5Copy full SHA for bbf5de5
1 file changed
pyproject.toml
@@ -169,6 +169,8 @@ filterwarnings= [
169
170
# IPython warnings
171
"ignore: `Completer.complete` is pending deprecation since IPython 6.0 and will be replaced by `Completer.completions`:PendingDeprecationWarning",
172
+ "ignore: backends is deprecated since IPython 8.24, backends are managed in matplotlib and can be externally registered.:DeprecationWarning",
173
+ "ignore: backend2gui is deprecated since IPython 8.24, backends are managed in matplotlib and can be externally registered.:DeprecationWarning",
174
175
# Ignore jupyter_client warnings
176
"ignore:unclosed <socket.socket:ResourceWarning",
0 commit comments