14
0

- update to 7.0.3:

* Fix: when using pytest-cov or pytest-xdist, or perhaps both, the
    combining step could fail with ``assert row is not None`` using 7.0.2.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-coverage?expand=0&rev=106
This commit is contained in:
2023-01-04 16:20:53 +00:00
committed by Git OBS Bridge
parent 179a9578fa
commit 24cf41ada9
4 changed files with 12 additions and 5 deletions

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Wed Jan 4 16:20:35 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 7.0.3:
* Fix: when using pytest-cov or pytest-xdist, or perhaps both, the
combining step could fail with ``assert row is not None`` using 7.0.2.
-------------------------------------------------------------------
Mon Dec 26 12:21:27 UTC 2022 - Ben Greiner <code@bnavigator.de>