Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

replace flaky with pytest-rerunfailures #10335

Merged
merged 2 commits into from
Mar 4, 2024
Merged

replace flaky with pytest-rerunfailures #10335

merged 2 commits into from
Mar 4, 2024

Commits on Mar 4, 2024

  1. Revert "limit pytest version to <8.1 (#10334)"

    This reverts commit bc95b65.
    skshetry committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    129f092 View commit details
    Browse the repository at this point in the history
  2. replace flaky with pytest-rerunfailures

    `flaky` project seems to be unmaintained (see box/flaky#192).
    `pytest-rerunfailures` seems to be maintained under `pytest-dev`
    and tests 5 minor releases of pytest.
    
    Note that this plugin is not compatible with `flaky` plugin.
    You will have to uninstall it if it exists.
    skshetry committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    4c0de67 View commit details
    Browse the repository at this point in the history