Skip to content

Commit 956b82b

Browse files
committed
handle warnings
1 parent 2edc84e commit 956b82b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,9 @@ filterwarnings = [
111111
"module:Wire protocol compression with:UserWarning",
112112
"module:GridIn property:DeprecationWarning",
113113
"module:GridOut property:DeprecationWarning",
114-
# TODO: this needs a ticket
114+
# pytest-asyncio known issue: https://github.com/pytest-dev/pytest-asyncio/issues/1032
115115
"module:.*WindowsSelectorEventLoopPolicy:DeprecationWarning",
116+
"module:.*get_event_loop_policy:DeprecationWarning",
116117
# TODO: Remove as part of PYTHON-3923.
117118
"module:unclosed <eventlet.green.ssl.GreenSSLSocket:ResourceWarning",
118119
"module:unclosed <socket.socket:ResourceWarning",

0 commit comments

Comments
 (0)