@@ -167,25 +167,15 @@ filterwarnings= [
167167
168168 # Ignore our own warnings
169169 " ignore:The `stream` parameter of `getpass.getpass` will have no effect:UserWarning" ,
170- " ignore:has moved to ipyparallel:DeprecationWarning" ,
171170
172171 # IPython warnings
173172 " ignore: `Completer.complete` is pending deprecation since IPython 6.0 and will be replaced by `Completer.completions`:PendingDeprecationWarning" ,
174173 " ignore: backends is deprecated since IPython 8.24, backends are managed in matplotlib and can be externally registered.:DeprecationWarning" ,
175174 " ignore: backend2gui is deprecated since IPython 8.24, backends are managed in matplotlib and can be externally registered.:DeprecationWarning" ,
176175
177176 # Ignore jupyter_client warnings
178- " ignore:unclosed <socket.socket:ResourceWarning" ,
179- " ignore:unclosed event loop:ResourceWarning" ,
180- " ignore:There is no current event loop:DeprecationWarning" ,
181177 " module:Jupyter is migrating its paths to use standard platformdirs:DeprecationWarning" ,
182178
183- # Ignore datetime warning.
184- " ignore:datetime.datetime.utc:DeprecationWarning" ,
185-
186- # https://github.com/python-trio/trio/issues/3053
187- " ignore:The `hash` argument is deprecated in favor of `unsafe_hash` and will be removed in or after August 2025." ,
188-
189179 # ignore unclosed sqlite in traits
190180 " ignore:unclosed database in <sqlite3.Connection:ResourceWarning" ,
191181
0 commit comments