GH-49506: [CI][Python] Doctest fails when pyarrow._cuda absent#49507
GH-49506: [CI][Python] Doctest fails when pyarrow._cuda absent#49507rok merged 3 commits intoapache:mainfrom
Conversation
|
|
|
Crossposting from the issue:
|
|
@raulcd - this is to fix the current CI failure. Quick check before I merge? |
raulcd
left a comment
There was a problem hiding this comment.
LGTM minor nit, feel free to ignore
Co-authored-by: Raúl Cumplido <raulcumplido@gmail.com>
|
Thanks for review @raulcd, will merge once CI is green. |
|
After merging your PR, Conbench analyzed the 3 benchmarking runs that have been run so far on merge-commit a315b96. There were no benchmark performance regressions. 🎉 The full Conbench report has more details. It also includes information about 17 possible false positives for unstable benchmarks that are known to sometimes produce them. |
Rationale for this change
See #49506.
What changes are included in this PR?
We skip cuda docstests in CI, since we don't build for CUDA.
Are these changes tested?
We currently see failing CI. That should go away.
Are there any user-facing changes?
Only to CI users.