TST: add usage of pytest-rerunfailures for remote-tests#2427
Merged
Conversation
593ce15 to
0e5d1a5
Compare
Codecov Report
@@ Coverage Diff @@
## main #2427 +/- ##
=======================================
Coverage 62.97% 62.97%
=======================================
Files 133 133
Lines 17290 17290
=======================================
Hits 10888 10888
Misses 6402 6402 📣 Codecov can now indicate which changes are the most critical in Pull Requests. Learn more |
Member
Author
|
I've cancelled the CI once it demonstrated that all configs are picked up correctly: I go ahead and remove the temporary config, and go ahead and merge without waiting for CI as it only affects the cron jobs. |
432f141 to
c194d86
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR also adds
onlineto tox to deal with remote-data dependencies and cmd optionsThe actual parameters may need some tuning, as well as keeping an eye on pytest-dev/pytest-rerunfailures#193 as it would be more optimal for us to come back and revisit our failing test at the end of the test run.
Note: second commit temporarily disables the cron conditional, it will need to be removed once we make sure the configs are picked up properly (the CI job will most certainly fail)
To close #2424