@@ -166,29 +166,14 @@ timeout = 60
166166filterwarnings = [
167167 # Fail on warnings
168168 " error" ,
169-
170- # Ignore our own warnings
171- " ignore:The `stream` parameter of `getpass.getpass` will have no effect:UserWarning" ,
172- " ignore:has moved to ipyparallel:DeprecationWarning" ,
173-
174169 # IPython warnings
175170 " ignore: `Completer.complete` is pending deprecation since IPython 6.0 and will be replaced by `Completer.completions`:PendingDeprecationWarning" ,
176171 " ignore: backends is deprecated since IPython 8.24, backends are managed in matplotlib and can be externally registered.:DeprecationWarning" ,
177172 " ignore: backend2gui is deprecated since IPython 8.24, backends are managed in matplotlib and can be externally registered.:DeprecationWarning" ,
178173
179174 # Ignore jupyter_client warnings
180- " ignore:unclosed <socket.socket:ResourceWarning" ,
181- " ignore:unclosed event loop:ResourceWarning" ,
182- " ignore:There is no current event loop:DeprecationWarning" ,
183- " ignore:zmq.eventloop.ioloop is deprecated in pyzmq 17. pyzmq now works with default tornado and asyncio eventloops.:DeprecationWarning" ,
184175 " module:Jupyter is migrating its paths to use standard platformdirs:DeprecationWarning" ,
185176
186- # Ignore datetime warning.
187- " ignore:datetime.datetime.utc:DeprecationWarning" ,
188-
189- # https://github.com/python-trio/trio/issues/3053
190- " ignore:The `hash` argument is deprecated in favor of `unsafe_hash` and will be removed in or after August 2025." ,
191-
192177 # ignore unclosed sqlite in traits
193178 " ignore:unclosed database in <sqlite3.Connection:ResourceWarning" ,
194179
0 commit comments