Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 9, 2025

Note

Mend has cancelled the proposed renaming of the Renovate GitHub app being renamed to mend[bot].

This notice will be removed on 2025-10-07.


This PR contains the following updates:

Package Change Age Confidence
pytest-cov (changelog) >=6,<7 -> >=7,<8 age confidence

Release Notes

pytest-dev/pytest-cov (pytest-cov)

v7.0.0

Compare Source

  • Dropped support for subprocesses measurement.

    It was a feature added long time ago when coverage lacked a nice way to measure subprocesses created in tests.
    It relied on a .pth file, there was no way to opt-out and it created bad interations
    with coverage's new patch system <https://coverage.readthedocs.io/en/latest/config.html#run-patch>_ added
    in 7.10 <https://coverage.readthedocs.io/en/7.10.6/changes.html#version-7-10-0-2025-07-24>_.

    To migrate to this release you might need to enable the suprocess patch, example for .coveragerc:

    .. code-block:: ini

    [run]
    patch = subprocess

    This release also requires at least coverage 7.10.6.

  • Switched packaging to have metadata completely in pyproject.toml and use hatchling <https://pypi.org/project/hatchling/>_ for
    building.
    Contributed by Ofek Lev in #&#8203;551 <https://github.com/pytest-dev/pytest-cov/pull/551>_
    with some extras in #&#8203;716 <https://github.com/pytest-dev/pytest-cov/pull/716>_.

  • Removed some not really necessary testing deps like six.

v6.3.0

Compare Source

  • Added support for markdown reports.
    Contributed by Marcos Boger in #&#8203;712 <https://github.com/pytest-dev/pytest-cov/pull/712>_
    and #&#8203;714 <https://github.com/pytest-dev/pytest-cov/pull/714>_.
  • Fixed some formatting issues in docs.
    Anonymous contribution in #&#8203;706 <https://github.com/pytest-dev/pytest-cov/pull/706>_.

v6.2.1

Compare Source

  • Added a version requirement for pytest's pluggy dependency (1.2.0, released 2023-06-21) that has the required new-style hookwrapper API.

  • Removed deprecated license classifier (packaging).

  • Disabled coverage warnings in two more situations where they have no value:

    • "module-not-measured" in workers
    • "already-imported" in subprocesses

v6.2.0

Compare Source

  • The plugin now adds 3 rules in the filter warnings configuration to prevent common coverage warnings being raised as obscure errors::

    default:unclosed database in <sqlite3.Connection object at:ResourceWarning
    once::PytestCovWarning
    once::CoverageWarning

    This fixes most of the bad interactions that are occurring on pytest 8.4 with filterwarnings=error.

    The plugin will check if there already matching rules for the 3 categories
    (ResourceWarning, PytestCovWarning, CoverageWarning) and message (unclosed database in <sqlite3.Connection object at) before adding the filters.

    This means you can have this in your pytest configuration for complete oblivion (not recommended, if that is not clear)::

    filterwarnings = [
    "error",
    "ignore:unclosed database in <sqlite3.Connection object at:ResourceWarning",
    "ignore::PytestCovWarning",
    "ignore::CoverageWarning",
    ]


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link

codecov bot commented Sep 9, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 21.00%. Comparing base (ab46b8d) to head (e1e63ec).

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #88      +/-   ##
==========================================
- Coverage   21.04%   21.00%   -0.05%     
==========================================
  Files           9        9              
  Lines        4890     4890              
  Branches      709      709              
==========================================
- Hits         1029     1027       -2     
- Misses       3688     3690       +2     
  Partials      173      173              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@renovate renovate bot force-pushed the renovate/pytest-cov-7.x branch from 0de16ba to c051521 Compare September 10, 2025 22:38
@renovate renovate bot force-pushed the renovate/pytest-cov-7.x branch from c051521 to bbdc811 Compare September 11, 2025 04:28
@renovate renovate bot force-pushed the renovate/pytest-cov-7.x branch from bbdc811 to 64dbeba Compare September 14, 2025 02:11
@renovate renovate bot force-pushed the renovate/pytest-cov-7.x branch from 64dbeba to 51c8951 Compare September 14, 2025 08:24
@renovate renovate bot force-pushed the renovate/pytest-cov-7.x branch from 51c8951 to 7c65826 Compare September 14, 2025 20:29
@renovate renovate bot force-pushed the renovate/pytest-cov-7.x branch from 7c65826 to 2304f90 Compare September 18, 2025 06:00
@renovate renovate bot force-pushed the renovate/pytest-cov-7.x branch from 2304f90 to 32c4f60 Compare September 19, 2025 02:12
@renovate renovate bot force-pushed the renovate/pytest-cov-7.x branch from 32c4f60 to 097488f Compare September 20, 2025 04:39
@renovate renovate bot force-pushed the renovate/pytest-cov-7.x branch from 097488f to 18a4b69 Compare September 23, 2025 05:28
@renovate renovate bot force-pushed the renovate/pytest-cov-7.x branch from 18a4b69 to 3ed3115 Compare September 23, 2025 08:58
@renovate renovate bot force-pushed the renovate/pytest-cov-7.x branch from 3ed3115 to adaccce Compare September 23, 2025 21:02
@renovate renovate bot force-pushed the renovate/pytest-cov-7.x branch from adaccce to f55e964 Compare September 24, 2025 05:49
@renovate renovate bot force-pushed the renovate/pytest-cov-7.x branch from f55e964 to 141343f Compare September 26, 2025 01:37
@renovate renovate bot force-pushed the renovate/pytest-cov-7.x branch from 141343f to e1e63ec Compare September 30, 2025 22:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants