Skip to content

Commit 9c86bb7

Browse files
authored
Update pyproject.toml
1 parent 2a659c2 commit 9c86bb7

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
@@ -193,7 +193,7 @@ filterwarnings= [
193193

194194
# ignore timeout cancel coroutine not awaited in zmq-anyio
195195
"ignore: coroutine 'Poller._apoll.<locals>.trigger_timeout' was never awaited",
196-
"ignore: Unclosed socket"
196+
"ignore: Unclosed socket",
197197

198198
# ignore deprecated non async during tests:
199199
"always:For consistency across implementations, it is recommended that:PendingDeprecationWarning",

0 commit comments

Comments
 (0)