Skip to content

chore(deps): update pytest packages#1920

Merged
mschoettle merged 2 commits intomainfrom
renovate/pytest-packages
Apr 28, 2026
Merged

chore(deps): update pytest packages#1920
mschoettle merged 2 commits intomainfrom
renovate/pytest-packages

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Feb 16, 2026

This PR contains the following updates:

Package Change Age Confidence
pytest-cov (changelog) ==7.0.0==7.1.0 age confidence
pytest-django (changelog) ==4.11.1==4.12.0 age confidence
pytest-randomly (changelog) ==4.0.1==4.1.0 age confidence

Release Notes

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

v7.1.0

Compare Source

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

  • Fixed some assertions in tests.
    Contributed by in Markéta Machová in #&#8203;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).

pytest-dev/pytest-django (pytest-django)

v4.12.0

Compare Source

pytest-dev/pytest-randomly (pytest-randomly)

v4.1.0

Compare Source

  • Fix a crash with Faker installed when explicitly enabling and disabling the plugin (via -p randomly -p no:randomly).

    Thanks to mojosan77 for the report in Issue #&#8203;718 <https://github.com/pytest-dev/pytest-randomly/issues/718>__.

  • Drop Python 3.9 support.


Configuration

📅 Schedule: (in timezone America/Toronto)

  • 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 becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • 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 force-pushed the renovate/pytest-packages branch from cb62854 to 833c99a Compare February 23, 2026 18:40
@mschoettle
Copy link
Copy Markdown
Member

Waiting for this fix to be merged and released: pytest-dev/pytest-django#1271

@renovate renovate Bot force-pushed the renovate/pytest-packages branch from 833c99a to 2b3c64b Compare March 2, 2026 15:57
@renovate renovate Bot force-pushed the renovate/pytest-packages branch from e222b4e to d602101 Compare April 27, 2026 20:53
@renovate renovate Bot changed the title chore(deps): update dependency pytest-django to v4.12.0 chore(deps): update pytest packages Apr 27, 2026
@renovate
Copy link
Copy Markdown
Contributor Author

renovate Bot commented Apr 28, 2026

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@mschoettle mschoettle merged commit ece26fa into main Apr 28, 2026
7 checks passed
@mschoettle mschoettle deleted the renovate/pytest-packages branch April 28, 2026 00:46
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