Skip to content

Commit 4a311c7

Browse files
authored
Ignore new resource warning from anyio
1 parent 154e77c commit 4a311c7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,8 @@ filterwarnings = [
143143
"ignore:can't resolve package from __spec__ or __package__, falling back on __name__ and __path__:ImportWarning",
144144
# see https://github.com/dateutil/dateutil/issues/1314
145145
"ignore:.*datetime.utcfromtimestamp\\(\\) is deprecated.*:DeprecationWarning:",
146+
# From anyio https://github.com/agronholm/anyio/pull/715
147+
'ignore:Unclosed <MemoryObjectSendStream>:ResourceWarning',
146148
]
147149

148150
[tool.mypy]

0 commit comments

Comments
 (0)