Skip to content

Bump pytest-cov from 7.0.0 to 7.1.0#429

Merged
threeal merged 1 commit intomainfrom
dependabot/uv/pytest-cov-7.1.0
May 4, 2026
Merged

Bump pytest-cov from 7.0.0 to 7.1.0#429
threeal merged 1 commit intomainfrom
dependabot/uv/pytest-cov-7.1.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Mar 23, 2026

Bumps pytest-cov from 7.0.0 to 7.1.0.

Changelog

Sourced from pytest-cov's changelog.

7.1.0 (2026-03-21)

  • 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) <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/issues/718) <https://github.com/pytest-dev/pytest-cov/pull/718>_ and "vivodi" in [#738](https://github.com/pytest-dev/pytest-cov/issues/738) <https://github.com/pytest-dev/pytest-cov/pull/738>. Also closed [#736](https://github.com/pytest-dev/pytest-cov/issues/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/issues/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).

Commits
  • 66c8a52 Bump version: 7.0.0 → 7.1.0
  • f707662 Make the examples use pypy 3.11.
  • 6049a78 Make context test use the old ctracer (seems the new sysmon tracer behaves di...
  • 8ebf20b Update changelog.
  • 861d30e Remove the backup context manager - shouldn't be needed since coverage 5.0, ...
  • fd4c956 Pass the precision on the nulled total (seems that there's some caching goion...
  • 78c9c4e Only run the 3.9 on older deps.
  • 4849a92 Punctuation.
  • 197c35e Update changelog and hopefully I don't forget to publish release again :))
  • 14dc1c9 Update examples to use 3.11 and make the adhoc layout example look a bit more...
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code labels Mar 23, 2026
@dependabot dependabot Bot force-pushed the dependabot/uv/pytest-cov-7.1.0 branch from 1e00811 to 2945875 Compare April 19, 2026 13:19
@threeal threeal changed the title chore: bump pytest-cov from 7.0.0 to 7.1.0 Bump pytest-cov from 7.0.0 to 7.1.0 May 2, 2026
@threeal threeal added chore and removed dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code labels May 2, 2026
@threeal threeal added this to the Version 2.2.0 milestone May 2, 2026
@threeal threeal added this to Granary May 2, 2026
@threeal threeal moved this to Harvestable in Granary May 2, 2026
@threeal
Copy link
Copy Markdown
Owner

threeal commented May 2, 2026

@dependabot rebase

Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov) from 7.0.0 to 7.1.0.
- [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst)
- [Commits](pytest-dev/pytest-cov@v7.0.0...v7.1.0)

---
updated-dependencies:
- dependency-name: pytest-cov
  dependency-version: 7.1.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title Bump pytest-cov from 7.0.0 to 7.1.0 chore: bump pytest-cov from 7.0.0 to 7.1.0 May 2, 2026
@dependabot dependabot Bot force-pushed the dependabot/uv/pytest-cov-7.1.0 branch from 2945875 to 20ceb6c Compare May 2, 2026 15:37
@threeal threeal changed the title chore: bump pytest-cov from 7.0.0 to 7.1.0 Bump pytest-cov from 7.0.0 to 7.1.0 May 4, 2026
@threeal threeal merged commit 64acc68 into main May 4, 2026
1 check passed
@threeal threeal deleted the dependabot/uv/pytest-cov-7.1.0 branch May 4, 2026 14:01
@github-project-automation github-project-automation Bot moved this from Harvestable to Harvested in Granary May 4, 2026
@threeal threeal removed this from Granary May 4, 2026
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.

1 participant