# HG changeset patch # User Denis Laxalde # Date 1512123559 -3600 # Node ID 6a71cb23f827979012f502f245a4756b6c7fe4ae # Parent a46fb3f58ea2ea9f2c33f1e6a3391f40b8d2ce70 Disable pytest's logs reporting CubicWeb already prints captured logs in stderr upon test failure, so we get them twice. Until we fix our logging management, disabling pytest capture and restore brings the output level back to sanity. diff -r a46fb3f58ea2 -r 6a71cb23f827 tox.ini --- a/tox.ini Fri Dec 01 11:12:09 2017 +0100 +++ b/tox.ini Fri Dec 01 11:19:19 2017 +0100 @@ -46,6 +46,7 @@ [pytest] python_files = *test_*.py +log_print = false [flake8] format = pylint