Accepting request 1090227 from devel:languages:python:pytest

- update to 4.1.0:
  * Updated CI with new Pythons and dependencies.
  * Removed rsyncdir support. This makes pytest-cov compatible
    with xdist 3.0.
  * Added support for JSON reporting.
  * Refactored code to use f-strings.
  * Fixed a skip in the test suite for some old xdist.

OBS-URL: https://build.opensuse.org/request/show/1090227
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pytest-cov?expand=0&rev=30
This commit is contained in:
Dominique Leuenberger 2023-06-03 22:11:36 +00:00 committed by Git OBS Bridge
commit ca3ec6c0bf
4 changed files with 15 additions and 4 deletions

View File

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

BIN
pytest-cov-4.1.0.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Thu Jun 1 08:51:00 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 4.1.0:
* Updated CI with new Pythons and dependencies.
* Removed rsyncdir support. This makes pytest-cov compatible
with xdist 3.0.
* Added support for JSON reporting.
* Refactored code to use f-strings.
* Fixed a skip in the test suite for some old xdist.
-------------------------------------------------------------------
Fri Apr 21 12:31:31 UTC 2023 - Dirk Müller <dmueller@suse.com>

View File

@ -27,7 +27,7 @@
%define skip_python2 1
%{?sle15_python_module_pythons}
Name: python-pytest-cov%{psuffix}
Version: 4.0.0
Version: 4.1.0
Release: 0
Summary: Pytest plugin for coverage reporting
License: MIT