We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efda9c7 commit fdaa24dCopy full SHA for fdaa24d
pytest.ini
@@ -65,6 +65,11 @@ filterwarnings =
65
ignore:unclosed <socket.socket fd=:ResourceWarning
66
ignore:unclosed <ssl.SSLSocket fd=:ResourceWarning
67
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
+
73
junit_duration_report = call
74
junit_family = xunit2
75
junit_suite_name = cheroot_test_suite
0 commit comments