-
-
Notifications
You must be signed in to change notification settings - Fork 25.9k
[arm64] MNT skip docstring check in tutorial for ARM64 #18728
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
Conversation
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.
LGTM.
Alternatively we could skip all the doctests on the ARM64 cron job as we don't care about small platform specific variations in doctest displays.
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.
This doesn't just skip for ARM right?
Alternatively we could skip all the doctests on the ARM64 cron job as we don't care about small platform specific variations in doctest displays.
+1 for that
LGTM anyway
@glemaitre we have a similar failure in
so instead of puting skip markers everywhere we should rather skip the doctests for the ARM64 CI instead. |
agreed |
So this PR makes 2 changes
|
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.
LGTM!
Let's merge, we can always tweak later.
Check doctest failure in arm64