Skip to content
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

Merged
merged 2 commits into from
Apr 8, 2024

Conversation

mroeschke
Copy link
Contributor

Description

These test ERROR because they expect a connection to a mock S3 server. Ignoring these test for now until that is set up

Checklist

  • I am familiar with the Contributing Guidelines.
  • New or existing tests cover these changes.
  • The documentation is up to date with these changes.

@mroeschke mroeschke added pandas improvement Improvement / enhancement to an existing function non-breaking Non-breaking change labels Apr 4, 2024
@mroeschke mroeschke requested a review from a team as a code owner April 4, 2024 21:37
@mroeschke mroeschke requested review from vyasr and isVoid April 4, 2024 21:37
@github-actions github-actions bot added the Python Affects Python cuDF API. label Apr 4, 2024
@@ -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
Copy link
Contributor

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?

Copy link
Contributor Author

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

Copy link
Contributor

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.

@galipremsagar
Copy link
Contributor

/merge

@rapids-bot rapids-bot bot merged commit b037ddf into rapidsai:branch-24.06 Apr 8, 2024
71 checks passed
@mroeschke mroeschke deleted the pandas/tests/moto branch April 8, 2024 23:24
jjacobelli pushed a commit to jjacobelli/cudf that referenced this pull request Apr 9, 2024
)

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
@vyasr vyasr removed the pandas label May 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
improvement Improvement / enhancement to an existing function non-breaking Non-breaking change Python Affects Python cuDF API.
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

3 participants