Skip to content

Commit

Permalink
Backport 'Fix ignoring AnyIO warnings in tests' #359 (#362)
Browse files Browse the repository at this point in the history
  • Loading branch information
brichet authored Sep 20, 2024
1 parent 1532651 commit b96d187
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 b96d187

Please sign in to comment.