-
Notifications
You must be signed in to change notification settings - Fork 100
Comparing changes
Open a pull request
base repository: pytest-dev/pytest-rerunfailures
base: beaa1a4
head repository: pytest-dev/pytest-rerunfailures
compare: b015092
- 19 commits
- 10 files changed
- 11 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 -
Configuration menu - View commit details
-
Copy full SHA for 010a2c2 - Browse repository at this point
Copy the full SHA 010a2c2View commit details
Commits on Sep 2, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 91b0b04 - Browse repository at this point
Copy the full SHA 91b0b04View commit details -
Configuration menu - View commit details
-
Copy full SHA for c60d17d - Browse repository at this point
Copy the full SHA c60d17dView commit details -
Configuration menu - View commit details
-
Copy full SHA for f97618f - Browse repository at this point
Copy the full SHA f97618fView commit details -
Configuration menu - View commit details
-
Copy full SHA for f149c7d - Browse repository at this point
Copy the full SHA f149c7dView commit details
Commits on Sep 3, 2025
-
Change 'localhost' to '127.0.0.1' (#305)
Co-authored-by: Michael Howitz <icemac@gmx.net>
Configuration menu - View commit details
-
Copy full SHA for df47974 - Browse repository at this point
Copy the full SHA df47974View commit details
Commits on Sep 26, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 88e0023 - Browse repository at this point
Copy the full SHA 88e0023View commit details
Commits on Oct 1, 2025
-
Bump actions/setup-python from 5 to 6 in the actions group (#310)
Bumps the actions group with 1 update: [actions/setup-python](https://github.com/actions/setup-python). Updates `actions/setup-python` from 5 to 6 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v5...v6) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 5e01132 - Browse repository at this point
Copy the full SHA 5e01132View commit details
Commits on Oct 8, 2025
-
Add a
--force-rerunsto override rerun count globally (#307)* Add a `--force-reruns` to override rerun count globally Add a new `--force-reruns` command-line option that can be used to override the rerun count globally, irrespectively of individual test markers. Fixes #306. Signed-off-by: Michał Górny <mgorny@gentoo.org> --------- Signed-off-by: Michał Górny <mgorny@gentoo.org> Co-authored-by: Michael Howitz <icemac@gmx.net> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for cb8ede7 - Browse repository at this point
Copy the full SHA cb8ede7View commit details -
Fix
NotImplementedErrorcrash when using xdist schedulers without `……mark_test_pending` (#309) * Fix NotImplementedError crash when using xdist schedulers without mark_test_pending Handle gracefully when pytest-xdist schedulers (like LoadScopeScheduling) don't implement mark_test_pending by catching NotImplementedError and failing the test with a clear message instead of crashing the test run. When a test crashes and cannot be rescheduled: - Set report outcome to "failed" with informative error message - Explain which scheduler lacks rescheduling support - Show remaining rerun count that couldn't be used - Continue test execution instead of internal crash Fixes #247 --------- Co-authored-by: Michael Howitz <icemac@gmx.net>
Configuration menu - View commit details
-
Copy full SHA for 8d04ad9 - Browse repository at this point
Copy the full SHA 8d04ad9View commit details
Commits on Oct 10, 2025
-
Configuration menu - View commit details
-
Copy full SHA for c1666dd - Browse repository at this point
Copy the full SHA c1666ddView commit details -
Configuration menu - View commit details
-
Copy full SHA for b015092 - Browse repository at this point
Copy the full SHA b015092View commit details
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 beaa1a4...b015092