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

Disable pandas 2.x clipboard tests in cudf.pandas tests #15462

Merged
merged 18 commits into from
May 14, 2024

Conversation

mroeschke
Copy link
Contributor

@mroeschke mroeschke commented Apr 3, 2024

Description

Clipboard testing currently ERROR since a pytest-qt fixture isn't found.

Even when this fixture is installed these tests seems to consistent crash pytest workers (I suspect since there is some method patching in test_clipboard.py. I don't think cudf.pandas should realistically work with clipboard functionality so just skipping these tests instead

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 3, 2024
@mroeschke mroeschke requested review from a team as code owners April 3, 2024 22:21
@github-actions github-actions bot added the Python Affects Python cuDF API. label Apr 3, 2024
@mroeschke mroeschke removed the Python Affects Python cuDF API. label Apr 3, 2024
@github-actions github-actions bot added Python Affects Python cuDF API. ci labels Apr 4, 2024
@github-actions github-actions bot removed the ci label Apr 4, 2024
@github-actions github-actions bot added the ci label Apr 8, 2024
Copy link
Contributor

@galipremsagar galipremsagar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we see if the time increase is really reasonable or unexpected?

Pandas-tests job took 25 mins in previous PRs: https://github.com/rapidsai/cudf/actions/runs/8620421542/job/23629341145

But this PR seems to have spiked to 34 mins, almost 10mins increase: https://github.com/rapidsai/cudf/actions/runs/8620734650/job/23634860081?pr=15462

Is it because of the apt install? or the pytest execution ?

@github-actions github-actions bot removed the ci label May 9, 2024
@mroeschke
Copy link
Contributor Author

Sorry for the delay here. I decided to just disable the clipboard tests all together. I don't think we can reliably get these tests to run since the tests do some monkeypatching that crashes pytest workers.

@mroeschke mroeschke changed the title Enable pandas 2.x clipboard tests in cudf.pandas tests Disable pandas 2.x clipboard tests in cudf.pandas tests May 9, 2024
@mroeschke
Copy link
Contributor Author

@galipremsagar should be ready for a second look

@galipremsagar
Copy link
Contributor

/merge

@rapids-bot rapids-bot bot merged commit 3a33d51 into rapidsai:branch-24.06 May 14, 2024
70 checks passed
@mroeschke mroeschke deleted the pandas/tests/clipboard branch May 14, 2024 00:38
@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.

4 participants