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 and brichet committed Oct 18, 2024
1 parent bf0f328 commit 51a236b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ filterwarnings = [
# 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',
'ignore:Unclosed <MemoryObjectSendStream>:ResourceWarning',
]

[tool.mypy]
Expand Down

0 comments on commit 51a236b

Please sign in to comment.