From 3b747d91d28f61804162b60cf8c75de317ff400e Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Tue, 18 Aug 2015 17:35:49 +0200 Subject: [PATCH] tox: Update pytest-html to 1.5.1. Changelog: * Make environment fixture session scoped to avoid repeating content * Improve string formatting * Replace custom hook with fixture for setting environment section --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 9f2e7092a..d78d9798e 100644 --- a/tox.ini +++ b/tox.ini @@ -19,7 +19,7 @@ deps = pytest-capturelog==0.7 pytest-qt==1.5.1 pytest-mock==0.7.0 - pytest-html==1.4 + pytest-html==1.5.1 hypothesis==1.10.1 hypothesis-pytest==0.17.0 coverage==3.7.1