summaryrefslogtreecommitdiff
path: root/pytest.ini
diff options
context:
space:
mode:
authorSviatoslav Sydorenko <wk@sydorenko.org.ua>2019-08-19 01:34:31 +0200
committerSviatoslav Sydorenko <wk@sydorenko.org.ua>2019-08-19 01:34:31 +0200
commit9ac7b915a783dcf538b786b1cbd9e51cc125adf5 (patch)
tree68fc71e689333dfd8eb84d03f918a5297cefbc7e /pytest.ini
parentdfe1e7f1417e65721c7d1836b1238a7135b8c108 (diff)
downloadcherrypy-git-9ac7b915a783dcf538b786b1cbd9e51cc125adf5.tar.gz
Ignore setuptools import warnings under Py 3.5
Diffstat (limited to 'pytest.ini')
-rw-r--r--pytest.ini1
1 files changed, 1 insertions, 0 deletions
diff --git a/pytest.ini b/pytest.ini
index 578c40e7..f04f4454 100644
--- a/pytest.ini
+++ b/pytest.ini
@@ -6,6 +6,7 @@ filterwarnings =
ignore:Use cheroot.test.webtest:DeprecationWarning
ignore:This method will be removed in future versions.*:DeprecationWarning
ignore:Unable to verify that the server is bound on:UserWarning
+ ignore:Not importing directory .*.tox/py35/lib/python3.5/site-packages/(zc|repoze).* missing __init__:ImportWarning
doctest_optionflags = ALLOW_UNICODE ELLIPSIS
junit_duration_report = call
junit_suite_name = cherrypy_test_suite