Skip to content

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

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

ervwalter merged 1 commit into
mainfrom
renovate/pytest-cov-7.x

Conversation

@renovate

@renovate renovate Bot commented Sep 9, 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 - At any time (no schedule defined), 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.

@renovate renovate Bot added the dependencies label Sep 9, 2025
@renovate
renovate Bot force-pushed the renovate/pytest-cov-7.x branch 3 times, most recently from fa46bb2 to d6d3601 Compare September 20, 2025 09:31
@renovate
renovate Bot force-pushed the renovate/pytest-cov-7.x branch 2 times, most recently from c271b61 to 2e1b31e Compare September 28, 2025 20:43
@renovate
renovate Bot force-pushed the renovate/pytest-cov-7.x branch 3 times, most recently from f1847d9 to 96ed190 Compare October 11, 2025 08:38
@renovate
renovate Bot force-pushed the renovate/pytest-cov-7.x branch 3 times, most recently from 1b89406 to 53e6cea Compare October 25, 2025 09:04
@renovate
renovate Bot force-pushed the renovate/pytest-cov-7.x branch from 53e6cea to da7c10c Compare October 26, 2025 17:18
@ervwalter
ervwalter merged commit 8a10c76 into main Oct 26, 2025
5 checks passed
@renovate
renovate Bot deleted the renovate/pytest-cov-7.x branch October 26, 2025 17:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant