Accepting request 828524 from home:mcalabkova:branches:devel:languages:python:pytest

- Update to 2.10.1
  * Support for ``pytest-xdist`` 2.0, which breaks compatibility with ``pytest-xdist`` before 1.22.3 (from 2017).
  * Fixed the ``LocalPath has no attribute startswith`` failure that occurred when using the ``pytester`` plugin
    in inline mode.
  * Dropped support for Python 3 < 3.4, Pytest < 3.5 and Coverage < 4.4.

OBS-URL: https://build.opensuse.org/request/show/828524
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-cov?expand=0&rev=20
This commit is contained in:
Tomáš Chvátal 2020-08-21 14:21:57 +00:00 committed by Git OBS Bridge
parent a70dc97c12
commit 4f77fecc65
4 changed files with 13 additions and 4 deletions

View File

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

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

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

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Fri Aug 21 14:16:07 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
- Update to 2.10.1
* Support for ``pytest-xdist`` 2.0, which breaks compatibility with ``pytest-xdist`` before 1.22.3 (from 2017).
* Fixed the ``LocalPath has no attribute startswith`` failure that occurred when using the ``pytester`` plugin
in inline mode.
* Dropped support for Python 3 < 3.4, Pytest < 3.5 and Coverage < 4.4.
-------------------------------------------------------------------
Mon Jun 29 09:21:38 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>

View File

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