Skip to content

Commit c31dd98

Browse files
committed
handle warnings
1 parent 956b82b commit c31dd98

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
@@ -113,7 +113,7 @@ filterwarnings = [
113113
"module:GridOut property:DeprecationWarning",
114114
# pytest-asyncio known issue: https://github.com/pytest-dev/pytest-asyncio/issues/1032
115115
"module:.*WindowsSelectorEventLoopPolicy:DeprecationWarning",
116-
"module:.*get_event_loop_policy:DeprecationWarning",
116+
"module:.*et_event_loop_policy:DeprecationWarning",
117117
# TODO: Remove as part of PYTHON-3923.
118118
"module:unclosed <eventlet.green.ssl.GreenSSLSocket:ResourceWarning",
119119
"module:unclosed <socket.socket:ResourceWarning",

0 commit comments

Comments
 (0)