From 89e0b96bb6b1e5340e3d9d84be78e84f5919f760 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Sun, 4 Oct 2015 15:50:34 +0200 Subject: [PATCH] tox: Update pytest-cov to 2.2.0. Upstream changelog: * Added support for changing working directory in tests. Previously changing working directory would disable coverage measurements in suprocesses. * Fixed broken handling for ``--cov-report=annotate``. --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 4db717149..9fb2853cf 100644 --- a/tox.ini +++ b/tox.ini @@ -23,7 +23,7 @@ deps = pytest-html==1.6 hypothesis==1.11.4 coverage==4.0.0 - pytest-cov==2.1.0 + pytest-cov==2.2.0 beautifulsoup4==4.4.1 commands =