From: Zack Cerza Date: Tue, 27 Feb 2018 23:46:23 +0000 (-0700) Subject: Unbreak py.test X-Git-Tag: 1.1.0~359^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=17c35d88ee9a4acae43891e0327bd8c472eefa33;p=teuthology.git Unbreak py.test https://docs.pytest.org/en/latest/logging.html#incompatible-changes-in-pytest-3-4 Signed-off-by: Zack Cerza --- diff --git a/pytest.ini b/pytest.ini index 5c4ad5f19..70a4871b1 100644 --- a/pytest.ini +++ b/pytest.ini @@ -1,2 +1,4 @@ [pytest] norecursedirs = .git build virtualenv teuthology.egg-info .tox */integration task/tests +log_cli=true +log_level=NOTSET