Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python314-pytest-cov-7.1.0-1.1 RPM for noarch

From OpenSuSE Tumbleweed for noarch

Name: python314-pytest-cov Distribution: openSUSE Tumbleweed
Version: 7.1.0 Vendor: openSUSE
Release: 1.1 Build date: Sun Apr 12 21:00:42 2026
Group: Unspecified Build host: reproducible
Size: 179449 Source RPM: python-pytest-cov-7.1.0-1.1.src.rpm
Packager: https://bugs.opensuse.org
Url: https://github.com/pytest-dev/pytest-cov
Summary: Pytest plugin for coverage reporting
This plugin produces coverage reports.  It supports centralised testing
and distributed testing in both load and each modes.  It also supports
coverage of subprocesses.

All features offered by the coverage package should be available, either
through pytest-cov or through coverage's config file.

Provides

Requires

License

MIT

Changelog

* Sun Apr 12 2026 Dirk Müller <dmueller@suse.com>
  - update to 7.1.0:
    * Fixed total coverage computation to always be consistent,
      regardless of reporting settings. Previously some reports
      could produce different total counts, and consequently can
      make --cov-fail-under behave different depending on reporting
      options. See #641.
    * Improve handling of ResourceWarning from sqlite3. The plugin
      adds warning filter for sqlite3 ResourceWarning unclosed
      database (since 6.2.0). It checks if there is already
      existing plugin for this message by comparing filter regular
      expression. When filter is specified on command line the
      message is escaped and does not match an expected message. A
      check for an escaped regular expression is added to handle
      this case. With this fix one can suppress ResourceWarning
      from sqlite3 from command line:  pytest -W "ignore:unclosed
      database in <sqlite3.Connection object at:ResourceWarning"
    * Various improvements to documentation. Contributed by Art
      Pelling in #718 and "vivodi" in #738. Also closed #736.
    * Fixed some assertions in tests. Contributed by in Markéta
      Machová in #722.
    * Removed unnecessary coverage configuration copying (meant as
      a backup because reporting commands had configuration side-
      effects before coverage 5.0).
  - drop 0001-match-coverage-7.10.7-warnings.patch (upstream)
* Mon Oct 13 2025 Markéta Machová <mmachova@suse.com>
  - Add 0001-match-coverage-7.10.7-warnings.patch to fix tests
* Fri Sep 19 2025 Markéta Machová <mmachova@suse.com>
  - Skip tests failing with Python 3.14
* Tue Sep 16 2025 Steve Kowalik <steven.kowalik@suse.com>
  - Update to 7.0.0:
    * Dropped support for subprocesses measurement.
    * Switched packaging to have metadata completely in pyproject.toml and use
      hatchling for building.
* Wed Jul 02 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 2024 Steve Kowalik <steven.kowalik@suse.com>
  - Switch to pytest macro.
  - Add patch support-coverage-75.patch:
    * Support changes in coverage 7.5.
* Mon Mar 25 2024 Dirk Müller <dmueller@suse.com>
  - update to 5.0.0:
    * Removed support for xdist rsync (now deprecated).
    * Switched docs theme to Furo.
    * Various legacy Python cleanup and CI improvements.
      Contributed by Christian Clauss and Hugo van Kemenade in
      [#630], #631, #632 and #633.
    * Added a pyproject.toml example in the docs. Contributed by
      Dawn James in #626.
    * Modernized project's pre-commit hooks to use ruff. Initial
      POC contributed by Christian Clauss in #584.
* Thu Jun 01 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 2023 Dirk Müller <dmueller@suse.com>
  - add sle15_python_module_pythons (jsc#PED-68)
* Thu Apr 13 2023 Matej Cepl <mcepl@suse.com>
  - Make calling of %{sle15modernpython} optional.

Files

/usr/lib/python3.14/site-packages/pytest_cov
/usr/lib/python3.14/site-packages/pytest_cov-7.1.0.dist-info
/usr/lib/python3.14/site-packages/pytest_cov-7.1.0.dist-info/INSTALLER
/usr/lib/python3.14/site-packages/pytest_cov-7.1.0.dist-info/METADATA
/usr/lib/python3.14/site-packages/pytest_cov-7.1.0.dist-info/RECORD
/usr/lib/python3.14/site-packages/pytest_cov-7.1.0.dist-info/REQUESTED
/usr/lib/python3.14/site-packages/pytest_cov-7.1.0.dist-info/WHEEL
/usr/lib/python3.14/site-packages/pytest_cov-7.1.0.dist-info/entry_points.txt
/usr/lib/python3.14/site-packages/pytest_cov-7.1.0.dist-info/licenses
/usr/lib/python3.14/site-packages/pytest_cov-7.1.0.dist-info/licenses/AUTHORS.rst
/usr/lib/python3.14/site-packages/pytest_cov-7.1.0.dist-info/licenses/LICENSE
/usr/lib/python3.14/site-packages/pytest_cov/__init__.py
/usr/lib/python3.14/site-packages/pytest_cov/__pycache__
/usr/lib/python3.14/site-packages/pytest_cov/__pycache__/__init__.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pytest_cov/__pycache__/__init__.cpython-314.pyc
/usr/lib/python3.14/site-packages/pytest_cov/__pycache__/engine.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pytest_cov/__pycache__/engine.cpython-314.pyc
/usr/lib/python3.14/site-packages/pytest_cov/__pycache__/plugin.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pytest_cov/__pycache__/plugin.cpython-314.pyc
/usr/lib/python3.14/site-packages/pytest_cov/engine.py
/usr/lib/python3.14/site-packages/pytest_cov/plugin.py
/usr/share/doc/packages/python314-pytest-cov
/usr/share/doc/packages/python314-pytest-cov/AUTHORS.rst
/usr/share/doc/packages/python314-pytest-cov/CHANGELOG.rst
/usr/share/doc/packages/python314-pytest-cov/README.rst
/usr/share/licenses/python314-pytest-cov
/usr/share/licenses/python314-pytest-cov/LICENSE


Generated by rpm2html 1.8.1

Fabrice Bellet, Wed Apr 15 22:19:30 2026