Accepting request 705618 from devel:languages:python:pytest

OBS-URL: https://build.opensuse.org/request/show/705618
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pytest-cov?expand=0&rev=11
This commit is contained in:
Dominique Leuenberger 2019-06-18 12:43:14 +00:00 committed by Git OBS Bridge
commit a596d3777b
4 changed files with 17 additions and 4 deletions

View File

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

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

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

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Mon May 6 11:04:02 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 2.7.1:
* Fixed AttributeError: 'NoneType' object has no attribute 'configure_node' error when --no-cov is used. Contributed by Alexander Shadchin in #263.
* Various testing and CI improvements. Contributed by Daniel Hahler in #255, #266, #272, #271 and #269.
* Improved documentation regarding subprocess and multiprocessing. Contributed in #265.
* Improved pytest_cov.embed.cleanup_on_sigterm to be reentrant (signal deliveries while signal handling is running won't break stuff).
* Added pytest_cov.embed.cleanup_on_signal for customized cleanup.
* Improved cleanup code and fixed various issues with leftover data files. All contributed in #265 or #262.
* Improved examples. Now there are two examples for the common project layouts, complete with working coverage configuration. The examples have CI testing. Contributed in #267.
* Improved help text for CLI options.
-------------------------------------------------------------------
Wed Feb 13 09:49:04 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.6.1
Version: 2.7.1
Release: 0
Summary: Pytest plugin for coverage reporting
License: MIT