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

Remove mimesis as a testing dependency #14723

Merged
merged 2 commits into from
Jan 8, 2024

Conversation

mroeschke
Copy link
Contributor

Description

Looks like this is used to generate random ages/cities/countries. As generically cudf should work with arbitrary ints/strings, I don't think it's critical that the test data has real world meaning

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 breaking Breaking change labels Jan 8, 2024
@mroeschke mroeschke requested review from a team as code owners January 8, 2024 20:15
@github-actions github-actions bot added the conda label Jan 8, 2024
Copy link
Contributor

@bdice bdice left a comment

Choose a reason for hiding this comment

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

Thanks so much @mroeschke. I'm glad this wasn't too much work. Removing this dependency on mimesis will help a lot with preventing upstream breakage.

xref: #14720 (review)

python/cudf/cudf/testing/dataset_generator.py Outdated Show resolved Hide resolved
@bdice
Copy link
Contributor

bdice commented Jan 8, 2024

I'm going to pre-emptively /merge this so that we can unblock PRs #14722 and #14713 as soon as possible.

@bdice
Copy link
Contributor

bdice commented Jan 8, 2024

/merge

@rapids-bot rapids-bot bot merged commit 79d5070 into rapidsai:branch-24.02 Jan 8, 2024
67 checks passed
@mroeschke mroeschke deleted the rm/mimesis branch January 8, 2024 22:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking Breaking change improvement Improvement / enhancement to an existing function Python Affects Python cuDF API.
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

None yet

4 participants