From 17c35d88ee9a4acae43891e0327bd8c472eefa33 Mon Sep 17 00:00:00 2001 From: Zack Cerza Date: Tue, 27 Feb 2018 16:46:23 -0700 Subject: [PATCH] Unbreak py.test https://docs.pytest.org/en/latest/logging.html#incompatible-changes-in-pytest-3-4 Signed-off-by: Zack Cerza --- pytest.ini | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.47.3