forked from pool/python-pytest-cov
- Update to 6.2.1:
* Added a version requirement for pytest's pluggy dependency.
* Removed deprecated license classifier (packaging).
* The plugin now adds 3 rules in the filter warnings configuration to
prevent common coverage warnings being raised as obscure errors.
* Fixed breakage that occurs when ``--cov-context`` and the ``no_cover``
marker are used together.
* Change terminal output to use full width lines for the coverage header.
* Removed unnecessary CovFailUnderWarning.
* Fixed the term report not using the precision specified via
``--cov-precision``.
* Changed fail under checks to use the precision set in the coverage
configuration.
* Added a ``--cov-precision`` cli option that can override the value set
in your coverage configuration.
* Dropped support for now EOL Python 3.8.
- Drop patch support-coverage-75.patch, included upstream.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-cov?expand=0&rev=49
This commit is contained in:
@@ -1,3 +1,24 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 2 02:18:36 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
|
||||
|
||||
- Update to 6.2.1:
|
||||
* Added a version requirement for pytest's pluggy dependency.
|
||||
* Removed deprecated license classifier (packaging).
|
||||
* The plugin now adds 3 rules in the filter warnings configuration to
|
||||
prevent common coverage warnings being raised as obscure errors.
|
||||
* Fixed breakage that occurs when ``--cov-context`` and the ``no_cover``
|
||||
marker are used together.
|
||||
* Change terminal output to use full width lines for the coverage header.
|
||||
* Removed unnecessary CovFailUnderWarning.
|
||||
* Fixed the term report not using the precision specified via
|
||||
``--cov-precision``.
|
||||
* Changed fail under checks to use the precision set in the coverage
|
||||
configuration.
|
||||
* Added a ``--cov-precision`` cli option that can override the value set
|
||||
in your coverage configuration.
|
||||
* Dropped support for now EOL Python 3.8.
|
||||
- Drop patch support-coverage-75.patch, included upstream.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 15 04:22:31 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user