Skip to content

Commit

Permalink
Ignore a DeprecationWarning in pytest config (#683)
Browse files Browse the repository at this point in the history
This was added in Python 3.10 and needs to be dealt with properly.
  • Loading branch information
webknjaz authored Nov 5, 2021
1 parent b09d170 commit e9d012b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pytest.ini
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,9 @@ faulthandler_timeout = 30
filterwarnings =
error

# FIXME: Address the deprecation warning in Python 3.10 and revert this ignore
ignore:There is no current event loop:DeprecationWarning:proxy.core.acceptor.threadless

junit_duration_report = call
# xunit1 contains more metadata than xunit2 so it's better for CI UIs:
junit_family = xunit1
Expand Down

0 comments on commit e9d012b

Please sign in to comment.