build(deps): update dependency pytest-cov to v7.1.0 (main)
Metadata
Current evaluation
Merged automated dependency update upgrading pytest-cov from v7.0.0 to v7.1.0. Approved by a reviewer, passed all CI checks, and merged into main.
Suggested action: —
No scores available.
Issue body
This PR contains the following updates:
| Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) |
|---|---|---|---|
| [pytest-cov](https://redirect.github.com/pytest-dev/pytest-cov) ([changelog](https://pytest-cov.readthedocs.io/en/latest/changelog.html)) | `==7.0.0` → `==7.1.0` |  |  |
---
### Release Notes
<details>
<summary>pytest-dev/pytest-cov (pytest-cov)</summary>
### [`v7.1.0`](https://redirect.github.com/pytest-dev/pytest-cov/blob/HEAD/CHANGELOG.rst#710-2026-03-21)
[Compare Source](https://redirect.github.com/pytest-dev/pytest-cov/compare/v7.0.0...v7.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 <https://github.com/pytest-dev/pytest-cov/issues/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 <https://github.com/pytest-dev/pytest-cov/pull/718>`\_ and
"vivodi" in `#​738 <https://github.com/pytest-dev/pytest-cov/pull/738>`*.
Also closed `#​736 <https://github.com/pytest-dev/pytest-cov/issues/736>`*.
- Fixed some assertions in tests.
Contributed by in Markéta Machová in `#​722 <https://github.com/pytest-dev/pytest-cov/pull/722>`\_.
- Removed unnecessary coverage configuration copying (meant as a backup because reporting commands had configuration side-effects before coverage 5.0).
</details>
---
### Configuration
📅 **Schedule**: (in timezone Etc/UTC)
- Branch creation
- "every weekend"
- 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.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/canonical/craft-archives).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yNDIuMiIsInVwZGF0ZWRJblZlciI6IjQzLjI0Mi4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJQUjogRGVwZW5kZW5jaWVzIl19-->
Evaluation history
| Date | Model | Scores | Action | Summary |
|---|---|---|---|---|
| qwen/qwen3.6-35b-a3b | — | — | Merged automated dependency update upgrading pytest-cov from v7.0.0 to v7.1.0. Approved by a reviewer, passed all CI checks, and merged into main. | |
| qwen3.6-35b-a3b-mtp-q6 |
Staleness:
5
Complexity:
5
Confidence:
95
|
needs review | Updates pytest-cov dependency from 7.0.0 to 7.1.0. Includes bug fixes for coverage computation and sqlite3 warnings. Awaiting maintainer review and CI checks. |
Update history
No update history recorded yet.
Related issues
| Issue | Project | State | Summary | Similarity |
|---|---|---|---|---|
| #351 build(deps): update dependency pytest-cov to v7.1.0 (main) | craft-store | merged | Merged automated dependency update upgrading pytest-cov from v7.0.0 to v7.1.0. Approved by two reviewers and merged into main after passing CI checks. | |
| #933 build(deps): update dependency pytest-cov to v7 (main) | craft-application | merged | Merged automated dependency update upgrading pytest-cov from v6.3.0 to v7.0.0. Approved by two reviewers, passed all CI checks, and merged into the main branch. | |
| #324 build(deps): update dependency pytest-cov to v7 (main) | craft-store | merged | Merged automated dependency update upgrading pytest-cov from v6.3.0 to v7.0.0. All CI checks passed, two reviewers approved, and changes were successfully integrated into main. | |
| #1056 build(deps): update dependency pytest-cov to v7.1.0 (main) | craft-application | merged | Merged automated dependency update upgrading pytest-cov from v7.0.0 to v7.1.0. All CI checks passed and changes were successfully integrated into the main branch. | |
| #21 build(deps): update dependency pytest-cov to v7 | debcraft | merged | Merged automated dependency update upgrading pytest-cov from v6 to v7. Approved by two reviewers, passed all CI checks, and successfully integrated into the main branch. | |
| #216 build(deps): update dependency pytest-cov to v7 | imagecraft | merged | Merged automated dependency update for pytest-cov from v6 to v7. Approved by reviewers, passed CI checks, and successfully integrated into the main branch. | |
| #393 build(deps): update dependency pytest-cov to v7 | craft-cli | merged | Merged automated dependency update upgrading pytest-cov from v5.0.0 to v7.0.0. The change passed all CI checks and reviewer approval before integration. | |
| #1375 build(deps): update dependency pytest-cov to v7 (main) | craft-parts | merged | Merged automated dependency update upgrading pytest-cov from v5 to v7. Approved by two reviewers and passed all CI checks. Applied to main branch via Renovate bot. | |
| #140 build(deps): update dependency pytest-cov to v7 | craft-grammar | merged | Dependency update for pytest-cov to v7 was approved by two reviewers, passed all CI checks, and successfully merged. | |
| #436 build(deps): update dependency pytest-cov to v7.1.0 (main) | craft-cli | merged | Merged automated dependency update upgrading pytest-cov from v7.0.0 to v7.1.0 on main. Approved by two reviewers and passed CI checks. The update fixes coverage computation inconsistencies and improves sqlite3 ResourceWarning handling. |