Accepting request 735638 from devel:languages:python:pytest

- Update to 2.8.1:
  * Fixed #348 - regression when only certain reports (html or xml) are used then --cov-fail-under always fails.
  * Added compatibility with future xdist release that deprecates some internals (match pytest-xdist master/worker terminology). Contributed by Thomas Grainger in #321
  * Added support for Coverage 5.0

OBS-URL: https://build.opensuse.org/request/show/735638
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pytest-cov?expand=0&rev=12
This commit is contained in:
Dominique Leuenberger 2019-11-04 16:03:31 +00:00 committed by Git OBS Bridge
commit 378581ba11
4 changed files with 12 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e00ea4fdde970725482f1f35630d12f074e121a23801aabf2ae154ec6bdd343a
size 42121

3
pytest-cov-2.8.1.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:cc6742d8bac45070217169f5f72ceee1e0e55b0221f54bcf24845972d3a47f2b
size 47661

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Mon Oct 7 08:34:43 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 2.8.1:
* Fixed #348 - regression when only certain reports (html or xml) are used then --cov-fail-under always fails.
* Added compatibility with future xdist release that deprecates some internals (match pytest-xdist master/worker terminology). Contributed by Thomas Grainger in #321
* Added support for Coverage 5.0
-------------------------------------------------------------------
Mon May 6 11:04:02 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>

View File

@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-pytest-cov
Version: 2.7.1
Version: 2.8.1
Release: 0
Summary: Pytest plugin for coverage reporting
License: MIT