summaryrefslogtreecommitdiff
path: root/pytest.ini
diff options
context:
space:
mode:
authorSviatoslav Sydorenko <wk@sydorenko.org.ua>2019-08-19 01:10:55 +0200
committerSviatoslav Sydorenko <wk@sydorenko.org.ua>2019-08-19 01:10:55 +0200
commit0b6d93877af3a89cb6faee2bb1ee0dd812a9d1f1 (patch)
tree15fe2bb7b4177994d0424d416a90cd09cd2dbbd8 /pytest.ini
parent6692fe13c94161ec0cb0c1d26aed1a416c3df803 (diff)
downloadcherrypy-git-0b6d93877af3a89cb6faee2bb1ee0dd812a9d1f1.tar.gz
Drop imp deprecation warning ignore from pytest
Diffstat (limited to 'pytest.ini')
-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