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 2edc84e commit 956b82bCopy full SHA for 956b82b
pyproject.toml
@@ -111,8 +111,9 @@ filterwarnings = [
111
"module:Wire protocol compression with:UserWarning",
112
"module:GridIn property:DeprecationWarning",
113
"module:GridOut property:DeprecationWarning",
114
- # TODO: this needs a ticket
+ # pytest-asyncio known issue: https://github.com/pytest-dev/pytest-asyncio/issues/1032
115
"module:.*WindowsSelectorEventLoopPolicy:DeprecationWarning",
116
+ "module:.*get_event_loop_policy:DeprecationWarning",
117
# TODO: Remove as part of PYTHON-3923.
118
"module:unclosed <eventlet.green.ssl.GreenSSLSocket:ResourceWarning",
119
"module:unclosed <socket.socket:ResourceWarning",
0 commit comments