-
Notifications
You must be signed in to change notification settings - Fork 901
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
Ignore pandas tests for cudf.pandas that need motoserver #15468
Conversation
@@ -193,9 +193,50 @@ and not test_numpy_ufuncs_basic[nullable_float-arctanh] \ | |||
and not test_numpy_ufuncs_basic[nullable_float-deg2rad] \ | |||
and not test_numpy_ufuncs_basic[nullable_float-rad2deg]" | |||
|
|||
|
|||
# TODO: Needs motoserver/moto container running on http://localhost:5000 |
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.
Do you think this is hard to setup in our CI?
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's not too hard to specify in terms of GHA https://github.com/pandas-dev/pandas/blob/main/.github/workflows/unit-tests.yml#L89-L124
But I'm unsure if there's any differences with our custom runners. I can check this out in a follow up
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.
We can do that as a follow-up.
/merge |
) These test `ERROR` because they expect a connection to a mock S3 server. Ignoring these test for now until that is set up Authors: - Matthew Roeschke (https://github.com/mroeschke) Approvers: - GALI PREM SAGAR (https://github.com/galipremsagar) URL: rapidsai#15468
Description
These test
ERROR
because they expect a connection to a mock S3 server. Ignoring these test for now until that is set upChecklist