Skip to content

Commit

Permalink
Fix ignoring AnyIO warnings in tests (#359)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbrochart authored Sep 20, 2024
1 parent bbb2f83 commit 1785ffd
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 @@ -105,7 +105,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 1785ffd

Please sign in to comment.