From 5ab39bf1981cf4abdf7ca4c2a7d4a6120f1bea2f Mon Sep 17 00:00:00 2001 From: mprahl Date: Mon, 9 Mar 2020 16:39:52 -0400 Subject: [PATCH] Disable pytest log capturing to help diagnose --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index eaaa8b59..ba224b9e 100644 --- a/tox.ini +++ b/tox.ini @@ -21,7 +21,7 @@ whitelist_externals = py.test deps = -r{toxinidir}/test-requirements.txt commands = - py.test -v \ + py.test -v -s \ --ignore tests/integration \ --cov module_build_service \ --cov-report html \