Skip to content

chore(deps): update dependency pytest-cov to v7#3268

Merged
JohnVillalovos merged 1 commit into
mainfrom
renovate/pytest-cov-7.x
Oct 17, 2025
Merged

chore(deps): update dependency pytest-cov to v7#3268
JohnVillalovos merged 1 commit into
mainfrom
renovate/pytest-cov-7.x

Conversation

@renovate

@renovate renovate Bot commented Sep 22, 2025

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
pytest-cov (changelog) ==6.3.0 -> ==7.0.0 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.


Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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.

@codecov

codecov Bot commented Sep 22, 2025

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 95.72%. Comparing base (9357a37) to head (17c071a).
⚠️ Report is 38 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3268      +/-   ##
==========================================
- Coverage   97.32%   95.72%   -1.61%     
==========================================
  Files          98       98              
  Lines        6052     6052              
==========================================
- Hits         5890     5793      -97     
- Misses        162      259      +97     
Flag Coverage Δ
api_func_v4 83.57% <ø> (ø)
cli_func_v4 78.68% <ø> (-5.97%) ⬇️
unit 90.18% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.
see 9 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@renovate renovate Bot force-pushed the renovate/pytest-cov-7.x branch 2 times, most recently from 1a0fcb1 to 8dc77b6 Compare September 28, 2025 01:29
@renovate renovate Bot force-pushed the renovate/pytest-cov-7.x branch 2 times, most recently from a5e3fa8 to a730a20 Compare October 7, 2025 16:24
@JohnVillalovos

Copy link
Copy Markdown
Member

@nejch Do you think this is safe to merge?

@renovate renovate Bot force-pushed the renovate/pytest-cov-7.x branch 2 times, most recently from b2a8430 to d81d5ef Compare October 17, 2025 16:36
@renovate renovate Bot force-pushed the renovate/pytest-cov-7.x branch from d81d5ef to 17c071a Compare October 17, 2025 19:33
@JohnVillalovos

Copy link
Copy Markdown
Member

@nejch Do you think this is safe to merge?

I'm going to go ahead and merge this. I'm assuming that the coverage percentage has changed as it is a new version of pytest-cov and likely they have updated their algorithm.

@JohnVillalovos JohnVillalovos enabled auto-merge (rebase) October 17, 2025 19:42
@JohnVillalovos JohnVillalovos merged commit 2982f20 into main Oct 17, 2025
17 checks passed
@JohnVillalovos JohnVillalovos deleted the renovate/pytest-cov-7.x branch October 17, 2025 19:56
@nejch

nejch commented Oct 17, 2025

Copy link
Copy Markdown
Member

Thanks @JohnVillalovos agree, if there's a coverage diff juts from a dep bump makes sense 👍

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.

2 participants