Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
pytest-dev
/
pytest-rerunfailures
Public
Notifications
You must be signed in to change notification settings
Fork
102
Star
470
Code
Issues
39
Pull requests
3
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
feat: add --max-suite-reruns option to cap total reruns across suite
- #332
#332
Merged
icemac
merged 15 commits into
pytest-dev:master
pytest-dev/pytest-rerunfailures:master
from
Borda:feat/298
Borda/pytest-rerunfailures:feat/298
Copy head branch name to clipboard
Aug 3, 2026
Conversation
Commits
15
(15)
Checks
Files changed
Merged
feat: add --max-suite-reruns option to cap total reruns across suite
#332
icemac
merged 15 commits into
pytest-dev:master
pytest-dev/pytest-rerunfailures:master
from
Borda:feat/298
Borda/pytest-rerunfailures:feat/298
Copy head branch name to clipboard
Commits
Commits on Jun 3, 2026
feat: add --max-suite-retries option to cap total reruns across suite
Show description for c43d05e
Borda
and
claude
committed
c43d05e
View commit details
Copy full SHA for c43d05e
Browse repository at this point
Merge branch 'master' into feat/298
icemac
authored
d7e415f
View commit details
Copy full SHA for d7e415f
Browse repository at this point
Commits on Jun 4, 2026
fix: use atomic try-increment-if-below-cap for suite rerun counter
Show description for 8b3e330
3 people
committed
8b3e330
View commit details
Copy full SHA for 8b3e330
Browse repository at this point
fix: use public group.addoption for --max-suite-retries
Show description for 0aeec55
3 people
committed
0aeec55
View commit details
Copy full SHA for 0aeec55
Browse repository at this point
lint: auto-fix violations after resolve cycle
Show description for c48a198
Borda
and
claude
committed
c48a198
View commit details
Copy full SHA for c48a198
Browse repository at this point
Commits on Jun 9, 2026
refine: validate --max-suite-retries >= 0 at config time
Show description for 9817e4b
3 people
committed
9817e4b
View commit details
Copy full SHA for 9817e4b
Browse repository at this point
refine: read _suite_rerun_count under lock in get_suite_reruns
Show description for 9e46bcc
3 people
committed
9e46bcc
View commit details
Copy full SHA for 9e46bcc
Browse repository at this point
test: use assert_outcomes() in test_max_suite_retries_caps_total_reruns
Show description for e75460a
3 people
committed
e75460a
View commit details
Copy full SHA for e75460a
Browse repository at this point
lint: type annotations + mypy config for suite-retries additions
Show description for abdf2ea
Borda
and
claude[bot]
committed
abdf2ea
View commit details
Copy full SHA for abdf2ea
Browse repository at this point
Commits on Jul 10, 2026
Merge branch 'master' into feat/298
Borda
authored
b8df75f
View commit details
Copy full SHA for b8df75f
Browse repository at this point
fix(suite-reruns): enforce suite rerun cap and option semantics
Show description for cd2d6f2
Borda
and
codex
committed
cd2d6f2
View commit details
Copy full SHA for cd2d6f2
Browse repository at this point
Merge remote-tracking branch 'origin/feat/298' into feat/298
Borda
committed
fb0b985
View commit details
Copy full SHA for fb0b985
Browse repository at this point
fix(suite-reruns): harden suite-rerun typing and coverage
Show description for e80680a
Borda
and
codex
committed
e80680a
View commit details
Copy full SHA for e80680a
Browse repository at this point
Apply suggestions from code review
Show description for 82e5f9c
Borda
and
Copilot
authored
82e5f9c
View commit details
Copy full SHA for 82e5f9c
Browse repository at this point
Commits on Aug 3, 2026
Merge branch 'master' into feat/298
icemac
authored
33bf962
View commit details
Copy full SHA for 33bf962
Browse repository at this point
You can’t perform that action at this time.