We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a659c2 commit 9c86bb7Copy full SHA for 9c86bb7
pyproject.toml
@@ -193,7 +193,7 @@ filterwarnings= [
193
194
# ignore timeout cancel coroutine not awaited in zmq-anyio
195
"ignore: coroutine 'Poller._apoll.<locals>.trigger_timeout' was never awaited",
196
- "ignore: Unclosed socket"
+ "ignore: Unclosed socket",
197
198
# ignore deprecated non async during tests:
199
"always:For consistency across implementations, it is recommended that:PendingDeprecationWarning",
0 commit comments