Skip to content

chore(deps): update pytest-rerunfailures requirement from <17.0,>=16.5 to >=16.6,<17.0 in /vhdbuilder/packer/test/pam - #9276

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/vhdbuilder/packer/test/pam/pytest-rerunfailures-gte-16.6-and-lt-17.0
Open

chore(deps): update pytest-rerunfailures requirement from <17.0,>=16.5 to >=16.6,<17.0 in /vhdbuilder/packer/test/pam#9276
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/vhdbuilder/packer/test/pam/pytest-rerunfailures-gte-16.6-and-lt-17.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 21, 2026

Copy link
Copy Markdown
Contributor

Updates the requirements on pytest-rerunfailures to permit the latest version.

Changelog

Sourced from pytest-rerunfailures's changelog.

16.6 (2026-08-17)

Features ++++++++

  • Add a repeatable --rerun-exclude-path option to exclude test files or directories from reruns. ([#232](https://github.com/pytest-dev/pytest-rerunfailures/issues/232) <https://github.com/pytest-dev/pytest-rerunfailures/issues/232>_)

Bug Fixes +++++++++

  • Fix a regression in version 16.5 which made --pdb unusable even when no reruns were configured. ([#342](https://github.com/pytest-dev/pytest-rerunfailures/issues/342) <https://github.com/pytest-dev/pytest-rerunfailures/issues/342>_)

16.5 (2026-08-13)

Features ++++++++

  • Add --max-suite-reruns option to cap the total number of reruns across the entire test suite. Once the limit is reached, no further reruns occur regardless of per-test --reruns or @pytest.mark.flaky settings. ([#298](https://github.com/pytest-dev/pytest-rerunfailures/issues/298) <https://github.com/pytest-dev/pytest-rerunfailures/issues/298>_)

Bug Fixes +++++++++

  • Create a new test class instance for each rerun. Previously the instance of the failed attempt was reused, so state stored on self leaked into the rerun and broke test isolation. Fixtures cached at class scope or higher are still not re-executed. ([#268](https://github.com/pytest-dev/pytest-rerunfailures/issues/268) <https://github.com/pytest-dev/pytest-rerunfailures/issues/268>_)
  • Prevent a rerun when a fixture teardown raises an error matching --rerun-except. Previously only the error from the current test stage was considered, so a --rerun-except-matching error raised during teardown was ignored and the test was rerun anyway. ([#270](https://github.com/pytest-dev/pytest-rerunfailures/issues/270) <https://github.com/pytest-dev/pytest-rerunfailures/issues/270>_)

16.4 (2026-07-01)

Breaking changes

... (truncated)

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Updates the requirements on [pytest-rerunfailures](https://github.com/pytest-dev/pytest-rerunfailures) to permit the latest version.
- [Changelog](https://github.com/pytest-dev/pytest-rerunfailures/blob/master/CHANGES.rst)
- [Commits](pytest-dev/pytest-rerunfailures@16.5...16.6)

---
updated-dependencies:
- dependency-name: pytest-rerunfailures
  dependency-version: '16.6'
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the PAM test dependency to pytest-rerunfailures 16.6, incorporating a --pdb regression fix and path-exclusion support.

Changes:

  • Raises the minimum version from 16.5 to 16.6.
  • Retains the <17.0 compatibility boundary.

Package Update Analysis

Version change: 16.5 → 16.6 (minor update)
Scope: Azure Linux/Mariner PAM tests
Risk: 🟢 Low — test-only dependency with no runtime impact.


💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

@github-actions

Copy link
Copy Markdown
Contributor

Windows Unit Test Results

  3 files   13 suites   51s ⏱️
404 tests 404 ✅ 0 💤 0 ❌
407 runs  407 ✅ 0 💤 0 ❌

Results for commit 4c438dc.

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