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

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

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

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

github-actions Bot commented Aug 21, 2026 •

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 bc50fbe.

♻️ This comment has been updated with latest results.

@awesomenix

Copy link
Copy Markdown
Contributor

Dependabot (@dependabot) rebase

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 review requested due to automatic review settings August 31, 2026 19:48
@dependabot
dependabot Bot force-pushed the dependabot/pip/vhdbuilder/packer/test/pam/pytest-rerunfailures-gte-16.6-and-lt-17.0 branch from 4c438dc to bc50fbe Compare August 31, 2026 19:48

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

Copilot reviewed 1 out of 1 changed files in this pull request and generated no new comments.

@dependabot @github

dependabot Bot commented on behalf of github Sep 7, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #9410.

@dependabot dependabot Bot closed this Sep 7, 2026
@dependabot
dependabot Bot deleted the dependabot/pip/vhdbuilder/packer/test/pam/pytest-rerunfailures-gte-16.6-and-lt-17.0 branch September 7, 2026 01:08
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