- 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/package/show/devel:languages:python:pytest/python-pytest-cov?expand=0&rev=8
This commit is contained in:
Tomáš Chvátal
2019-10-07 08:45:34 +00:00
committed by Git OBS Bridge
parent 8b9639c671
commit 6bca00ea5c
4 changed files with 12 additions and 4 deletions

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