-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
CLN/BUG: Allow assert_produces_warning to raise during an exception #50614
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
Conversation
CI/CD notwithstanding, I'm having some trouble reviewing this PR. It seems there are changes beyond the scope of the title? IMO could benefit from breaking apart into smaller ones unless I'm missing something @mroeschke. |
There is an attribute cleanup and doc change in this PR, but otherwise the other changes correspond to |
…andas-dev#50614) * Remove old deprecations, make assert_produces_warning check when exceptions are raised * cleanup more tests, add test for change * Add more thorough tests * Fix other uncessary warnings * Fix min version pyarrow tests * Fix for 32 bit build
Fixes this case that would not raise an
AssertionError
before