summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pytest.ini1
1 files changed, 0 insertions, 1 deletions
diff --git a/pytest.ini b/pytest.ini
index f0da974e..78f2b2f6 100644
--- a/pytest.ini
+++ b/pytest.ini
@@ -3,7 +3,6 @@ norecursedirs = dist build .tox .eggs
addopts = --durations=10 -v -rxXs -l --junitxml=.test-results/pytest/results.xml --cov=cherrypy --cov-report term-missing:skip-covered --cov-report xml --doctest-modules
filterwarnings =
error
- ignore:the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses:DeprecationWarning
ignore:Use cheroot.test.webtest:DeprecationWarning
ignore:Please use assertTrue instead.:DeprecationWarning
ignore:This method will be removed in future versions.*:DeprecationWarning