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 956b82b commit c31dd98Copy full SHA for c31dd98
pyproject.toml
@@ -113,7 +113,7 @@ filterwarnings = [
113
"module:GridOut property:DeprecationWarning",
114
# pytest-asyncio known issue: https://github.com/pytest-dev/pytest-asyncio/issues/1032
115
"module:.*WindowsSelectorEventLoopPolicy:DeprecationWarning",
116
- "module:.*get_event_loop_policy:DeprecationWarning",
+ "module:.*et_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