From 0ec9efcdc03293c17a088699aebf23f5d3b3d5a7 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Wed, 9 Sep 2015 08:00:18 +0200 Subject: [PATCH] tox: Update pytest-html to 1.6. Changelog: Preserve environment details when using pytest-xdist. --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 6e573ed68..3e7d23315 100644 --- a/tox.ini +++ b/tox.ini @@ -20,7 +20,7 @@ deps = pytest-capturelog==0.7 pytest-qt==1.5.1 pytest-mock==0.7.0 - pytest-html==1.5.1 + pytest-html==1.6 hypothesis==1.11.0 hypothesis-pytest==0.18.0 coverage==3.7.1