Skip to content

Conversation

@anaconda-renovate
Copy link
Contributor

@anaconda-renovate anaconda-renovate bot commented Oct 15, 2025

This PR contains the following updates:

Package Type Update Change
pytest-cov (changelog) dev major ^6.0.0 -> ^7.0.0
renovate update details

Field Value
manager poetry
categories python
datasource pypi
depName pytest-cov
depType¹ dev
packageName pytest-cov
sourceUrl https://github.com/pytest-dev/pytest-cov
updateType major
versioning poetry

¹ only available for some managers


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 - "every weekday" in timezone UTC, Automerge - At any time (no schedule defined).

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

Rebasing: Whenever PR becomes conflicted, 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 has been generated by Renovate Bot.

@anaconda-renovate anaconda-renovate bot force-pushed the renovate/pytest-cov-7.x branch from 6d5f029 to 61bf5d4 Compare November 2, 2025 18:16
@filiplajszczak filiplajszczak merged commit 94217de into master Nov 2, 2025
10 checks passed
@anaconda-renovate anaconda-renovate bot deleted the renovate/pytest-cov-7.x branch November 2, 2025 18:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants