Skip to content

Commit 1785ffd

Browse files
Fix ignoring AnyIO warnings in tests (#359)
1 parent bbb2f83 commit 1785ffd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ filterwarnings = [
105105
# see https://github.com/dateutil/dateutil/issues/1314
106106
"ignore:.*datetime.utcfromtimestamp\\(\\) is deprecated.*:DeprecationWarning:",
107107
# From anyio https://github.com/agronholm/anyio/pull/715
108-
'ignore:Unclosed <MemoryObjectSendStream>:ResourceWarning',
108+
'ignore:Unclosed <MemoryObjectSendStream:ResourceWarning',
109109
]
110110

111111
[tool.mypy]

0 commit comments

Comments
 (0)