summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pytest.ini3
1 files changed, 3 insertions, 0 deletions
diff --git a/pytest.ini b/pytest.ini
index aef459eb..3c88f9d0 100644
--- a/pytest.ini
+++ b/pytest.ini
@@ -59,6 +59,9 @@ filterwarnings =
ignore:the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses:DeprecationWarning
ignore:the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses:PendingDeprecationWarning
+ # TODO: Replace the use of `cgi`. It seems untrivial.
+ ignore:'cgi' is deprecated and slated for removal in Python 3.13:DeprecationWarning
+
junit_duration_report = call
junit_family = xunit2
junit_suite_name = cherrypy_test_suite