Skip to content

TST: Speed up hypothesis and slow tests #62028

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

Merged
merged 4 commits into from
Aug 3, 2025

Conversation

mroeschke
Copy link
Member

  • Hypothesis tests seems to be the slowest running tests in CI. Limiting the max_examples IMO is OK as we're looking to exercise some edge cases
  • Avoiding some work being done in test_*number_of_levels_larger_than_int32 as we're just looking to check a warning

@mroeschke mroeschke added the Testing pandas testing functions or related to the test suite label Aug 2, 2025
@jbrockmendel jbrockmendel merged commit 4eef5f6 into pandas-dev:main Aug 3, 2025
43 checks passed
@jbrockmendel
Copy link
Member

thanks @mroeschke

@mroeschke mroeschke deleted the cln/slow-tests branch August 3, 2025 18:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Testing pandas testing functions or related to the test suite
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants