From 8c6c976afc42c16f0523b55acf880cbc89591f97 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Wed, 24 Feb 2016 20:14:14 +0100 Subject: [PATCH] tox: Update pytest-html to 1.8.0. - Remove duplication from the environment section - Dropped support for Python 3.2 - Indicated setup and teardown in report - Fixed colour of errors in report --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 5d488c3e6..f24d4094d 100644 --- a/tox.ini +++ b/tox.ini @@ -31,7 +31,7 @@ deps = pytest-catchlog==1.2.2 pytest-cov==2.2.1 pytest-faulthandler==1.3.0 - pytest-html==1.7 + pytest-html==1.8.0 pytest-mock==0.10.1 pytest-qt==1.11.0 pytest-instafail==0.3.0