Skip to content

Commit

Permalink
Ignore warning from trio (#1262)
Browse files Browse the repository at this point in the history
  • Loading branch information
ianthomas23 authored Aug 6, 2024
1 parent a4ea0e5 commit 1de2fb2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -181,9 +181,12 @@ filterwarnings= [
"ignore:There is no current event loop:DeprecationWarning",
"ignore:zmq.eventloop.ioloop is deprecated in pyzmq 17. pyzmq now works with default tornado and asyncio eventloops.:DeprecationWarning",
"module:Jupyter is migrating its paths to use standard platformdirs:DeprecationWarning",
"ignore:trio.MultiError is deprecated since Trio 0.22.0:trio.TrioDeprecationWarning",

# Ignore datetime warning.
"ignore:datetime.datetime.utc:DeprecationWarning",

# https://github.com/python-trio/trio/issues/3053
"ignore:The `hash` argument is deprecated in favor of `unsafe_hash` and will be removed in or after August 2025.",
]

[tool.coverage.report]
Expand Down

0 comments on commit 1de2fb2

Please sign in to comment.