Skip to content

Commit

Permalink
Merge pull request #735 from kulikjak/test_conn-313-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
webknjaz authored Nov 7, 2024
2 parents 1ff20b1 + e03247a commit a9c1fe4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pytest.ini
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,11 @@ filterwarnings =
ignore:unclosed <socket.socket fd=:ResourceWarning
ignore:unclosed <ssl.SSLSocket fd=:ResourceWarning

# FIXME: Python 3.13 no longer ignores IOBase errors raised by the close(),
# FIXME: which exposed a possible race condition in test_conn test cleanup.
# Ref: https://github.com/cherrypy/cheroot/issues/734
ignore:Exception ignored in. <function IOBase.__del__:pytest.PytestUnraisableExceptionWarning

junit_duration_report = call
junit_family = xunit2
junit_suite_name = cheroot_test_suite
Expand Down

0 comments on commit a9c1fe4

Please sign in to comment.