]> git.apps.os.sepia.ceph.com Git - teuthology.git/commitdiff
Unbreak py.test
authorZack Cerza <zack@redhat.com>
Tue, 27 Feb 2018 23:46:23 +0000 (16:46 -0700)
committerZack Cerza <zack@redhat.com>
Tue, 27 Feb 2018 23:46:23 +0000 (16:46 -0700)
https://docs.pytest.org/en/latest/logging.html#incompatible-changes-in-pytest-3-4

Signed-off-by: Zack Cerza <zack@redhat.com>
pytest.ini

index 5c4ad5f196631ce0b97775c7de13b50f8abb7219..70a4871b18ebcf4d8557ee83edea17e2f9208833 100644 (file)
@@ -1,2 +1,4 @@
 [pytest]
 norecursedirs = .git build virtualenv teuthology.egg-info .tox */integration task/tests
+log_cli=true
+log_level=NOTSET