Skip to content

Commit

Permalink
Ignore new resource warning from anyio
Browse files Browse the repository at this point in the history
  • Loading branch information
fcollonval authored May 31, 2024
1 parent 154e77c commit 4a311c7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,8 @@ filterwarnings = [
"ignore:can't resolve package from __spec__ or __package__, falling back on __name__ and __path__:ImportWarning",
# see https://github.com/dateutil/dateutil/issues/1314
"ignore:.*datetime.utcfromtimestamp\\(\\) is deprecated.*:DeprecationWarning:",
# From anyio https://github.com/agronholm/anyio/pull/715
'ignore:Unclosed <MemoryObjectSendStream>:ResourceWarning',
]

[tool.mypy]
Expand Down

0 comments on commit 4a311c7

Please sign in to comment.