Skip to content

TST: catch some test warnings #48031

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 1 commit into from
Aug 11, 2022
Merged

TST: catch some test warnings #48031

merged 1 commit into from
Aug 11, 2022

Conversation

jbrockmendel
Copy link
Member

I get a hundred and change warnings locally when I run the test suite, am surprised the npdev build isn't failing on these. This gets a handful of them.

@mroeschke mroeschke added Testing pandas testing functions or related to the test suite Warnings Warnings that appear or should be added to pandas labels Aug 11, 2022
@mroeschke mroeschke added this to the 1.5 milestone Aug 11, 2022
@mroeschke mroeschke merged commit 4f256e8 into pandas-dev:main Aug 11, 2022
@mroeschke
Copy link
Member

Thanks @jbrockmendel (npdev build only raises on DeprecationWarning not FutureWarning)

@jbrockmendel
Copy link
Member Author

npdev build only raises on DeprecationWarning not FutureWarning

Has it always been like this? I thought we checked that we checked for FutureWarnings to make sure we weren't issuing any accidentally (e.g. ATM we issue some in fillna that we shouldn't bc we are using deprecated usage)

@jbrockmendel jbrockmendel deleted the warns branch August 11, 2022 19:00
@mroeschke
Copy link
Member

Ah looks like I made the filter more narrow because numpy was propagating a distutils warning too? #46767

YYYasin19 pushed a commit to YYYasin19/pandas that referenced this pull request Aug 23, 2022
noatamir pushed a commit to noatamir/pandas that referenced this pull request Nov 9, 2022
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 Warnings Warnings that appear or should be added to pandas
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants