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.
This commit is contained in:
Florian Bruhin 2016-07-06 00:18:13 +02:00
parent 294560ec6d
commit 60cc72b5a6

View File

@ -18,7 +18,7 @@ py==1.4.31
pytest==2.9.2 pytest==2.9.2
pytest-bdd==2.17.0 pytest-bdd==2.17.0
pytest-catchlog==1.2.2 pytest-catchlog==1.2.2
pytest-cov==2.2.1 pytest-cov==2.3.0
pytest-faulthandler==1.3.0 pytest-faulthandler==1.3.0
pytest-instafail==0.3.0 pytest-instafail==0.3.0
pytest-mock==1.1 pytest-mock==1.1