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

Re-enable all disabled/skipped pandas tests for cudf.pandas #15445

Closed

Conversation

mroeschke
Copy link
Contributor

Description

Would supersede #15440, #15442, #15443, #15444

Now that we are cloning pandas 2.1.1 and testing with that version of the test suite, a lot of the prior skipping shouldn't be necessary due to the test suite using deterministic data and a few cleanups across the 2.x series.

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 3, 2024
@mroeschke mroeschke requested a review from a team as a code owner April 3, 2024 00:52
@mroeschke mroeschke requested review from vyasr and galipremsagar April 3, 2024 00:52
@@ -22,19 +22,6 @@ set -euo pipefail
# of Pandas installed.
PANDAS_VERSION=$(python -c "import pandas; print(pandas.__version__)")

PYTEST_IGNORES="--ignore=tests/io/test_user_agent.py \
Copy link
Contributor

@galipremsagar galipremsagar Apr 3, 2024

Choose a reason for hiding this comment

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

Starting pandas-2, I for sure know we have hangs in this group of tests, we will need to investigate those hangs hence opened separate issues for each one so that it's easier to enable and check each file/directory separately

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yeah although locally I am not seeing the hangs, I can see it in this PR now. I may have it narrowed it down to tests/tslibs/test_parsing.py

@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 4, 2024
@mroeschke mroeschke closed this Apr 4, 2024
@mroeschke mroeschke deleted the pandas/tests/enable branch April 4, 2024 20:49
@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
None yet
Development

Successfully merging this pull request may close these issues.

3 participants