- 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/package/show/devel:languages:python:pytest/python-pytest-cov?expand=0&rev=43
This commit is contained in:
parent
9d2bd324d1
commit
7346b28eb7
@ -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
BIN
pytest-cov-4.1.0.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user