Skip to content

Update dependency pytest-cov to v6.2.1#565

Closed
renovate[bot] wants to merge 1 commit intodevelopmentfrom
renovate/pytest-cov-6.x-lockfile
Closed

Update dependency pytest-cov to v6.2.1#565
renovate[bot] wants to merge 1 commit intodevelopmentfrom
renovate/pytest-cov-6.x-lockfile

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Apr 1, 2025

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.

@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 1, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (defbd12) to head (81a7a85).
⚠️ Report is 63 commits behind head on development.

Additional details and impacted files
@@              Coverage Diff              @@
##           development      #565   +/-   ##
=============================================
  Coverage       100.00%   100.00%           
=============================================
  Files               11        11           
  Lines             1195      1195           
  Branches            93        93           
=============================================
  Hits              1195      1195           
Flag Coverage Δ
integrationtests 63.17% <ø> (ø)
unittests 100.00% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@renovate renovate Bot force-pushed the renovate/pytest-cov-6.x-lockfile branch from c47b98e to e498e91 Compare April 2, 2025 22:08
@renovate renovate Bot changed the title Update dependency pytest-cov to v6.1.0 Update dependency pytest-cov to v6.1.1 Apr 5, 2025
@renovate renovate Bot force-pushed the renovate/pytest-cov-6.x-lockfile branch from e498e91 to 56eaad0 Compare April 5, 2025 18:03
@renovate renovate Bot force-pushed the renovate/pytest-cov-6.x-lockfile branch 3 times, most recently from 61bfa17 to 1b39007 Compare June 5, 2025 23:41
@renovate renovate Bot changed the title Update dependency pytest-cov to v6.1.1 Update dependency pytest-cov to v6.1.1 - autoclosed Jun 7, 2025
@renovate renovate Bot closed this Jun 7, 2025
@renovate renovate Bot deleted the renovate/pytest-cov-6.x-lockfile branch June 7, 2025 22:44
@renovate renovate Bot changed the title Update dependency pytest-cov to v6.1.1 - autoclosed Update dependency pytest-cov to v6.1.1 Jun 11, 2025
@renovate renovate Bot reopened this Jun 11, 2025
@renovate renovate Bot force-pushed the renovate/pytest-cov-6.x-lockfile branch from 208b625 to 1b39007 Compare June 11, 2025 22:26
@renovate renovate Bot changed the title Update dependency pytest-cov to v6.1.1 Update dependency pytest-cov to v6.2.0 Jun 11, 2025
@renovate renovate Bot force-pushed the renovate/pytest-cov-6.x-lockfile branch 3 times, most recently from 482c897 to 183ace5 Compare June 12, 2025 10:37
@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-lockfile branch from 183ace5 to f8e14c7 Compare June 12, 2025 15:43
@renovate renovate Bot force-pushed the renovate/pytest-cov-6.x-lockfile branch from f8e14c7 to 81a7a85 Compare June 12, 2025 17:14
@mjcaley mjcaley closed this Jun 12, 2025
@renovate
Copy link
Copy Markdown
Contributor Author

renovate Bot commented Jun 12, 2025

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (>=4,<7). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant