-
Notifications
You must be signed in to change notification settings - Fork 96
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: pytest-dev/pytest-rerunfailures
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 15.1
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: pytest-dev/pytest-rerunfailures
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 16.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 7 commits
- 10 files changed
- 6 contributors
Commits on May 8, 2025
-
Configuration menu - View commit details
-
Copy full SHA for b3220b9 - Browse repository at this point
Copy the full SHA b3220b9View commit details
Commits on Aug 27, 2025
-
Allow to pass a callable condition to the
flakymarker (#299)* feat: add 'condition' parameter to flaky marker This introduces a condition parameter to the `@pytest.mark.flaky` decorator, allowing for more granular control over when a test is rerun. The condition can be a callable or a string. If it's a callable, it will be passed the exception object from the failed test. The test will be rerun only if the callable returns True. If it's a string, it will be evaluated with the following objects in its global context: os, sys, platform, config, and error (the exception instance). The test will be rerun only if the string evaluates to True. Exceptions raised by a condition callable are now caught and logged as a warning, preventing the test suite from crashing. Issue #230 --------- Co-authored-by: Michael Howitz <m.howitz@minddistrict.com>
Configuration menu - View commit details
-
Copy full SHA for bd8cb4d - Browse repository at this point
Copy the full SHA bd8cb4dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 72f29f3 - Browse repository at this point
Copy the full SHA 72f29f3View commit details -
Configuration menu - View commit details
-
Copy full SHA for da8ea48 - Browse repository at this point
Copy the full SHA da8ea48View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5dc2e6e - Browse repository at this point
Copy the full SHA 5dc2e6eView commit details
Commits on Aug 29, 2025
-
Add support for Python 3.14 (#301)
Co-authored-by: Michael Howitz <icemac@gmx.net>
Configuration menu - View commit details
-
Copy full SHA for 9a88959 - Browse repository at this point
Copy the full SHA 9a88959View commit details -
Configuration menu - View commit details
-
Copy full SHA for 34a87e4 - Browse repository at this point
Copy the full SHA 34a87e4View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 15.1...16.0