@@ -166,29 +166,14 @@ timeout = 60
166
166
filterwarnings = [
167
167
# Fail on warnings
168
168
" 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
-
174
169
# IPython warnings
175
170
" ignore: `Completer.complete` is pending deprecation since IPython 6.0 and will be replaced by `Completer.completions`:PendingDeprecationWarning" ,
176
171
" ignore: backends is deprecated since IPython 8.24, backends are managed in matplotlib and can be externally registered.:DeprecationWarning" ,
177
172
" ignore: backend2gui is deprecated since IPython 8.24, backends are managed in matplotlib and can be externally registered.:DeprecationWarning" ,
178
173
179
174
# 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" ,
184
175
" module:Jupyter is migrating its paths to use standard platformdirs:DeprecationWarning" ,
185
176
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
-
192
177
# ignore unclosed sqlite in traits
193
178
" ignore:unclosed database in <sqlite3.Connection:ResourceWarning" ,
194
179
0 commit comments