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

143 Retry for ml tests. #146

Merged
merged 3 commits into from
Mar 5, 2025
Merged

143 Retry for ml tests. #146

merged 3 commits into from
Mar 5, 2025

Conversation

chenkins
Copy link
Contributor

@chenkins chenkins commented Mar 5, 2025

Changes

  • Add pytest-retry enabling retries for flapping ml tests.
  • Run notebooks and examples with all supported Python versions.

Related issues

Closes #143

Checklist

  • Tests are included for relevant behavior changes.
  • Documentation is added in the flatland-book repo for relevant behavior changes.
  • If you made important user-facing changes, describe them under the [Unreleased] tag in CHANGELOG.md.
  • New package dependencies are declared in the pyproject.toml file.
    Requirement files have been updated by running tox -e requirements.
  • Code works with all supported Python versions (3.10, 3.11 and 3.12). Checks run with all three version and are
    required to run successfully.
  • Code is formatted according to PEP 8 (an IDE like PyCharm can do this for you).
  • Technical guidelines listed in CONTRIBUTING.md are followed.

@chenkins chenkins changed the title 143 retry for ml tests 143 Retry for ml tests. Mar 5, 2025
@chenkins chenkins modified the milestones: 4.0.6, 4.0.5 Mar 5, 2025
@chenkins chenkins marked this pull request as ready for review March 5, 2025 13:58
@chenkins chenkins requested a review from a team as a code owner March 5, 2025 13:58
@chenkins chenkins force-pushed the 143-retry-for-ml-tests branch from 8a6a7cf to 8ca905d Compare March 5, 2025 14:25
@chenkins chenkins enabled auto-merge (squash) March 5, 2025 14:25
@chenkins chenkins disabled auto-merge March 5, 2025 14:25
@chenkins chenkins merged commit 2538de0 into main Mar 5, 2025
11 checks passed
@chenkins chenkins deleted the 143-retry-for-ml-tests branch March 5, 2025 14:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add retry for ml tests as they are flapping.
1 participant