Skip to content

Commit e9d012b

Browse files
authored
Ignore a DeprecationWarning in pytest config (#683)
This was added in Python 3.10 and needs to be dealt with properly.
1 parent b09d170 commit e9d012b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pytest.ini

+3
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,9 @@ faulthandler_timeout = 30
5656
filterwarnings =
5757
error
5858

59+
# FIXME: Address the deprecation warning in Python 3.10 and revert this ignore
60+
ignore:There is no current event loop:DeprecationWarning:proxy.core.acceptor.threadless
61+
5962
junit_duration_report = call
6063
# xunit1 contains more metadata than xunit2 so it's better for CI UIs:
6164
junit_family = xunit1

0 commit comments

Comments
 (0)