- 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:
2023-06-01 08:51:40 +00:00
committed by Git OBS Bridge
parent 9d2bd324d1
commit 7346b28eb7
4 changed files with 15 additions and 4 deletions

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>