Skip to content

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

Merged
Nishchay (awesomenix) merged 1 commit into
mainfrom
dependabot/pip/vhdbuilder/packer/test/pam/pytest-rerunfailures-gte-16.6.1-and-lt-17.0
Sep 8, 2026
Merged

chore(deps): update pytest-rerunfailures requirement from <17.0,>=16.5 to >=16.6.1,<17.0 in /vhdbuilder/packer/test/pam#9410
Nishchay (awesomenix) merged 1 commit into
mainfrom
dependabot/pip/vhdbuilder/packer/test/pam/pytest-rerunfailures-gte-16.6.1-and-lt-17.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 7, 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.1 (2026-09-03)

Bug Fixes +++++++++

  • Ensure teardown reports are passed to pytest_runtest_logreport for rerun attempts. ([#237](https://github.com/pytest-dev/pytest-rerunfailures/issues/237) <https://github.com/pytest-dev/pytest-rerunfailures/issues/237>_)
  • Prevent superseded built-in subtest failures from remaining in the final test result when rerunning tests with pytest-xdist. ([#350](https://github.com/pytest-dev/pytest-rerunfailures/issues/350) <https://github.com/pytest-dev/pytest-rerunfailures/issues/350>_)
  • Restore module, class, and session scoped fixture teardown when a flaky marker condition is falsy. ([#351](https://github.com/pytest-dev/pytest-rerunfailures/issues/351) <https://github.com/pytest-dev/pytest-rerunfailures/issues/351>_)
  • Restore module, class, and session scoped fixture teardown when an error raised during teardown rules out a re-run. ([#356](https://github.com/pytest-dev/pytest-rerunfailures/issues/356) <https://github.com/pytest-dev/pytest-rerunfailures/issues/356>_)
  • Keep module, class, and session scoped fixtures alive across re-runs of a test whose call phase failed through subtests only. ([#357](https://github.com/pytest-dev/pytest-rerunfailures/issues/357) <https://github.com/pytest-dev/pytest-rerunfailures/issues/357>_)
  • Authenticate xdist StatusDB connections with a per-session token. ([#358](https://github.com/pytest-dev/pytest-rerunfailures/issues/358) <https://github.com/pytest-dev/pytest-rerunfailures/issues/358>_)
  • Ensure negative rerun counts do not skip the initial test execution. ([#359](https://github.com/pytest-dev/pytest-rerunfailures/issues/359) <https://github.com/pytest-dev/pytest-rerunfailures/issues/359>_)

Misc ++++

  • Replace deprecated Config.getvalue() calls with Config.getoption(). ([#345](https://github.com/pytest-dev/pytest-rerunfailures/issues/345) <https://github.com/pytest-dev/pytest-rerunfailures/issues/345>_)

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

... (truncated)

Commits
  • dad07a7 Preparing release 16.6.1
  • 968fb6c Prevent negative reruns from skipping initial execution (#360)
  • 367df90 Keep higher-scoped fixtures alive across re-runs of failed subtests (#357)
  • 69ac0a7 Authenticate xdist StatusDB connections (#358)
  • 20decd3 Restore higher-scoped teardown when a teardown error rules out a re-run (#356)
  • 84af73d Fix subtest rerun reporting with xdist (#352)
  • d784cdd Test with pytest-xdist on CI (#354)
  • 9f85e06 Restore higher-scoped teardown when a flaky condition is falsy (#351)
  • eab650f Test rerun-except for setup errors (#349)
  • 0b0843a Fix only_rerun marker precedence test (#348)
  • Additional commits viewable in compare view

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.1)

---
updated-dependencies:
- dependency-name: pytest-rerunfailures
  dependency-version: 16.6.1
  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.

🟢 Approval recommended

The compatible test-only dependency update incorporates documented bug fixes without changing the allowed major version.

Pull request overview

Raises the minimum pytest-rerunfailures version used by PAM tests from 16.5 to 16.6.1 while retaining the <17.0 cap.

Changes:

  • Includes upstream rerun, fixture teardown, subtest, and xdist fixes.
  • Low risk: the previous range already permitted 16.6.1.

Package Update Analysis:

  • Version: 16.5 → 16.6.1 (minor)
  • Scope: CBLMariner and Azure Linux PAM tests
  • Risk: 🟢 Low; test-only dependency with no breaking changes reported.
File summaries
File Description
vhdbuilder/packer/test/pam/requirements.txt Raises the minimum pytest-rerunfailures version.
Review details
  • Files reviewed: 1/1 changed files
  • Comments generated: 0
  • Review effort level: Balanced

💡 Configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

@github-actions

github-actions Bot commented Sep 7, 2026

Copy link
Copy Markdown
Contributor

Windows Unit Test Results

  3 files   13 suites   45s ⏱️
409 tests 409 ✅ 0 💤 0 ❌
412 runs  412 ✅ 0 💤 0 ❌

Results for commit e4ec09f.

@awesomenix
Nishchay (awesomenix) merged commit 21a375f into main Sep 8, 2026
43 checks passed
@awesomenix
Nishchay (awesomenix) deleted the dependabot/pip/vhdbuilder/packer/test/pam/pytest-rerunfailures-gte-16.6.1-and-lt-17.0 branch September 8, 2026 17:18
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.

2 participants