Skip to content

Commit bbf5de5

Browse files
s-t-e-v-e-n-kianthomas23
authored andcommitted
Catch IPython 8.24 DeprecationWarnings (ipython#1242)
1 parent 1dc9100 commit bbf5de5

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

pyproject.toml

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

170170
# IPython warnings
171171
"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",
172174

173175
# Ignore jupyter_client warnings
174176
"ignore:unclosed <socket.socket:ResourceWarning",

0 commit comments

Comments
 (0)