From bf2adf19b23f6e19b63d47f48c260f28805ea367 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Sat, 30 Jan 2016 23:33:17 +0100 Subject: [PATCH] tox: Update pytest-cov to 2.2.1. - Fixed incorrect merging of coverage data when xdist was used and coverage was >= 4.0. --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index a73dc1ea8..114e5f70f 100644 --- a/tox.ini +++ b/tox.ini @@ -29,7 +29,7 @@ deps = pytest==2.8.7 pytest-bdd==2.16.0 pytest-catchlog==1.2.2 - pytest-cov==2.2.0 + pytest-cov==2.2.1 pytest-faulthandler==1.3.0 pytest-html==1.7 pytest-mock==0.10.1