Skip to content

⬆️ Update dependency pytest-cov to v6.2.1#1017

Merged
edenhaus merged 1 commit into
devfrom
renovate/pytest-cov-6.x
Jun 18, 2025
Merged

⬆️ Update dependency pytest-cov to v6.2.1#1017
edenhaus merged 1 commit into
devfrom
renovate/pytest-cov-6.x

Conversation

@renovate

@renovate renovate Bot commented Jun 12, 2025

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
pytest-cov (changelog) ==6.1.1 -> ==6.2.1 age adoption passing confidence

Release Notes

pytest-dev/pytest-cov (pytest-cov)

v6.2.1

Compare Source

  • Added a version requirement for pytest's pluggy dependency (1.2.0, released 2023-06-21) that has the required new-style hookwrapper API.

  • Removed deprecated license classifier (packaging).

  • Disabled coverage warnings in two more situations where they have no value:

    • "module-not-measured" in workers
    • "already-imported" in subprocesses

v6.2.0

Compare Source

  • The plugin now adds 3 rules in the filter warnings configuration to prevent common coverage warnings being raised as obscure errors::

    default:unclosed database in <sqlite3.Connection object at:ResourceWarning
    once::PytestCovWarning
    once::CoverageWarning

    This fixes most of the bad interactions that are occurring on pytest 8.4 with filterwarnings=error.

    The plugin will check if there already matching rules for the 3 categories
    (ResourceWarning, PytestCovWarning, CoverageWarning) and message (unclosed database in <sqlite3.Connection object at) before adding the filters.

    This means you can have this in your pytest configuration for complete oblivion (not recommended, if that is not clear)::

    filterwarnings = [
    "error",
    "ignore:unclosed database in <sqlite3.Connection object at:ResourceWarning",
    "ignore::PytestCovWarning",
    "ignore::CoverageWarning",
    ]


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 changed the title ⬆️ Update dependency pytest-cov to v6.2.0 ⬆️ Update dependency pytest-cov to v6.2.1 Jun 12, 2025
@renovate renovate Bot force-pushed the renovate/pytest-cov-6.x branch from 323935b to 2c9bb21 Compare June 12, 2025 10:54
@renovate renovate Bot force-pushed the renovate/pytest-cov-6.x branch from 2c9bb21 to 92e2340 Compare June 17, 2025 13:58
@codecov

codecov Bot commented Jun 17, 2025

Copy link
Copy Markdown

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 93.77%. Comparing base (fa03668) to head (92e2340).
Report is 3 commits behind head on dev.

✅ All tests successful. No failed tests found.

Additional details and impacted files
@@           Coverage Diff           @@
##              dev    #1017   +/-   ##
=======================================
  Coverage   93.77%   93.77%           
=======================================
  Files         129      129           
  Lines        5012     5012           
  Branches      327      327           
=======================================
  Hits         4700     4700           
  Misses        249      249           
  Partials       63       63           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@codspeed-hq

codspeed-hq Bot commented Jun 17, 2025

Copy link
Copy Markdown

CodSpeed Performance Report

Merging #1017 will not alter performance

Comparing renovate/pytest-cov-6.x (92e2340) with dev (fa03668)

Summary

✅ 6 untouched benchmarks

@edenhaus edenhaus merged commit 9ae825e into dev Jun 18, 2025
27 checks passed
@edenhaus edenhaus deleted the renovate/pytest-cov-6.x branch June 18, 2025 08:41
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