From 60cc72b5a6e9dcf2dcfcdb81e851eb911a2c3ee7 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Wed, 6 Jul 2016 00:18:13 +0200 Subject: [PATCH] test requirements: Update pytest-cov to 2.3.0 - Add support for specifying output location for html, xml, and annotate report. - Fix bug hiding test failure when cov-fail-under failed. - For coverage >= 4.0, match the default behaviour of coverage report and error if coverage fails to find the source instead of just printing a warning. - Fixed bug occurred when bare --cov parameter was used with xdist. - Add support for skip_covered and added --cov-report=term-skip-covered command line options. --- misc/requirements/requirements-tests.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/requirements/requirements-tests.txt b/misc/requirements/requirements-tests.txt index 7d24ef773..0a23094d0 100644 --- a/misc/requirements/requirements-tests.txt +++ b/misc/requirements/requirements-tests.txt @@ -18,7 +18,7 @@ py==1.4.31 pytest==2.9.2 pytest-bdd==2.17.0 pytest-catchlog==1.2.2 -pytest-cov==2.2.1 +pytest-cov==2.3.0 pytest-faulthandler==1.3.0 pytest-instafail==0.3.0 pytest-mock==1.1