summaryrefslogtreecommitdiff
path: root/pytest.ini
diff options
context:
space:
mode:
Diffstat (limited to 'pytest.ini')
-rw-r--r--pytest.ini4
1 files changed, 4 insertions, 0 deletions
diff --git a/pytest.ini b/pytest.ini
index 3c88f9d0..53e18e20 100644
--- a/pytest.ini
+++ b/pytest.ini
@@ -62,6 +62,10 @@ filterwarnings =
# TODO: Replace the use of `cgi`. It seems untrivial.
ignore:'cgi' is deprecated and slated for removal in Python 3.13:DeprecationWarning
+ # TODO: Remove once `cheroot.webtest._open_url_once` is fixed to release
+ # TODO: connection properly.
+ ignore:unclosed <socket.socket fd=:ResourceWarning
+
junit_duration_report = call
junit_family = xunit2
junit_suite_name = cherrypy_test_suite