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= [
181181 " ignore:There is no current event loop:DeprecationWarning" ,
182182 " ignore:zmq.eventloop.ioloop is deprecated in pyzmq 17. pyzmq now works with default tornado and asyncio eventloops.:DeprecationWarning" ,
183183 " 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+
185185 # Ignore datetime warning.
186186 " 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." ,
187190]
188191
189192[tool .coverage .report ]
You can’t perform that action at this time.
0 commit comments