File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -181,9 +181,12 @@ filterwarnings= [
181
181
" ignore:There is no current event loop:DeprecationWarning" ,
182
182
" ignore:zmq.eventloop.ioloop is deprecated in pyzmq 17. pyzmq now works with default tornado and asyncio eventloops.:DeprecationWarning" ,
183
183
" module:Jupyter is migrating its paths to use standard platformdirs:DeprecationWarning" ,
184
- " ignore:trio.MultiError is deprecated since Trio 0.22.0:trio.TrioDeprecationWarning " ,
184
+
185
185
# Ignore datetime warning.
186
186
" ignore:datetime.datetime.utc:DeprecationWarning" ,
187
+
188
+ # https://github.com/python-trio/trio/issues/3053
189
+ " ignore:The `hash` argument is deprecated in favor of `unsafe_hash` and will be removed in or after August 2025." ,
187
190
]
188
191
189
192
[tool .coverage .report ]
You can’t perform that action at this time.
0 commit comments