Skip to content

Commit efda9c7

Browse files
committed
Revert "Suppress pytest.PytestUnraisableExceptionWarning raised in test cleanup"
This reverts commit e03247a.
1 parent de77c97 commit efda9c7

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

pytest.ini

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -65,11 +65,6 @@ filterwarnings =
6565
ignore:unclosed <socket.socket fd=:ResourceWarning
6666
ignore:unclosed <ssl.SSLSocket fd=:ResourceWarning
6767

68-
# FIXME: Python 3.13 no longer ignores IOBase errors raised by the close(),
69-
# FIXME: which exposed a possible race condition in test_conn test cleanup.
70-
# Ref: https://github.com/cherrypy/cheroot/issues/734
71-
ignore:Exception ignored in. <function IOBase.__del__:pytest.PytestUnraisableExceptionWarning
72-
7368
junit_duration_report = call
7469
junit_family = xunit2
7570
junit_suite_name = cheroot_test_suite

0 commit comments

Comments
 (0)