-
Notifications
You must be signed in to change notification settings - Fork 24
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
see what happens if we remove the flaky mark #1152
Conversation
…s cancled each time a push is made
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1152 +/- ##
==========================================
- Coverage 93.53% 91.89% -1.64%
==========================================
Files 142 142
Lines 10635 10632 -3
==========================================
- Hits 9947 9770 -177
- Misses 688 862 +174
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
go for it
No API break detected ✅ |
@@ -931,7 +931,7 @@ def test_openeye_import_error(self, monkeypatch, uncharged_mol): | |||
@pytest.mark.slow | |||
@pytest.mark.download | |||
# Sometimes we get a DOI lookup error from duecredit | |||
@pytest.mark.flaky(reruns=3, only_rerun=ValueError, reruns_delay=10) | |||
#@pytest.mark.flaky(reruns=3, only_rerun=ValueError, reruns_delay=10) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It would be good to not leave this lying around long term. @mikemhenry or @atravitz could you open an issue to track the removal (or re-addition) of this flaky mark?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sure #1161
Checklist
news
entryDevelopers certificate of origin