- 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:
2025-07-02 02:18:47 +00:00
committed by Git OBS Bridge
parent 5de5a9131c
commit fd43bdfeef
5 changed files with 34 additions and 42 deletions

View File

@@ -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>