Skip to content

TST: Address/catch more test warnings #48358

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 5 commits into from
Sep 6, 2022

Conversation

mroeschke
Copy link
Member

@mroeschke mroeschke added the Testing pandas testing functions or related to the test suite label Sep 2, 2022
@mroeschke mroeschke added this to the 1.6 milestone Sep 2, 2022
@@ -468,8 +468,7 @@ def test_hasnans_isnans(self, index_flat):
def test_sort_values_invalid_na_position(index_with_missing, na_position):
with tm.maybe_produces_warning(
PerformanceWarning,
pa_version_under7p0
and getattr(index_with_missing.dtype, "storage", "") == "pyarrow",
Copy link
Member

Choose a reason for hiding this comment

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

How pa_version_under7p0 was dropped here?

Copy link
Member Author

Choose a reason for hiding this comment

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

Ah thanks. I was testing something locally and had committed this change by accident.

@phofl phofl merged commit 6787b8b into pandas-dev:main Sep 6, 2022
@phofl
Copy link
Member

phofl commented Sep 6, 2022

thx @mroeschke

@mroeschke mroeschke deleted the tst/internal_warnings branch September 6, 2022 17:23
@mroeschke mroeschke modified the milestones: 1.6, 2.0 Oct 13, 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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants