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

Enable tests/io/test_user_agent.py in cudf pandas tests #15442

Merged
merged 4 commits into from
Apr 8, 2024

Conversation

mroeschke
Copy link
Contributor

@mroeschke mroeschke commented Apr 2, 2024

Description

This test was renamed in test_https_headers.py in 2.2.0. pandas-dev/pandas#56057

Also this test now "runs" but is skipped because it's marked as a single_cpu test which we skip when running these tests.

closes #15422

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

/merge

@rapids-bot rapids-bot bot merged commit 33771bb into rapidsai:branch-24.06 Apr 8, 2024
71 checks passed
@mroeschke mroeschke deleted the pandas/tests/user_agent branch April 8, 2024 21:19
jjacobelli pushed a commit to jjacobelli/cudf that referenced this pull request Apr 9, 2024
This test was renamed in `test_https_headers.py` in 2.2.0. pandas-dev/pandas#56057

Also this test now "runs" but is skipped because it's marked as a `single_cpu` test which we skip when running these tests.

closes rapidsai#15422

Authors:
  - Matthew Roeschke (https://github.com/mroeschke)
  - GALI PREM SAGAR (https://github.com/galipremsagar)

Approvers:
  - Vyas Ramasubramani (https://github.com/vyasr)
  - GALI PREM SAGAR (https://github.com/galipremsagar)

URL: rapidsai#15442
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.

[BUG] Enable running tests/io/test_user_agent.py in cudf.pandas tests
3 participants