Skip to content

Commit 51a236b

Browse files
fcollonvalbrichet
authored andcommitted
Ignore new resource warning from anyio
1 parent bf0f328 commit 51a236b

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
@@ -145,7 +145,7 @@ filterwarnings = [
145145
# see https://github.com/dateutil/dateutil/issues/1314
146146
"ignore:.*datetime.utcfromtimestamp\\(\\) is deprecated.*:DeprecationWarning:",
147147
# From anyio https://github.com/agronholm/anyio/pull/715
148-
'ignore:Unclosed <MemoryObjectSendStream:ResourceWarning',
148+
'ignore:Unclosed <MemoryObjectSendStream>:ResourceWarning',
149149
]
150150

151151
[tool.mypy]

0 commit comments

Comments
 (0)