From daa6f8276f56fc81571ff15ba2ef841d4c624689 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Wed, 29 Jul 2015 17:03:30 +0200 Subject: [PATCH] tox: Update pytest-html to 1.3.2. Changelog: * Always include log but only display additional row if log has content or there's additional HTML --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 94554d78b..a857129fd 100644 --- a/tox.ini +++ b/tox.ini @@ -26,7 +26,7 @@ deps = pytest-capturelog==0.7 pytest-qt==1.5.0 pytest-mock==0.7.0 - pytest-html==1.3.1 + pytest-html==1.3.2 hypothesis==1.9.0 hypothesis-pytest==0.14.0 commands =