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

test(python): Fix some deprecation warnings #6495

Merged
merged 1 commit into from
Jan 27, 2023

Conversation

stinodego
Copy link
Member

Some deprecated behaviour snuck through the various refactors.

@github-actions github-actions bot added python Related to Python Polars test Related to the test suite labels Jan 27, 2023
@@ -1489,18 +1489,6 @@ def test_predicate_count_vstack() -> None:
].to_list() == [3, 2, 5, 7]


def test_explode_inner_lists_3985() -> None:
Copy link
Member Author

Choose a reason for hiding this comment

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

This test was a duplicate - it also existed in test_explode.py.

@stinodego stinodego merged commit 5047917 into pola-rs:master Jan 27, 2023
@stinodego stinodego deleted the fix-deprecated-tests branch February 22, 2023 18:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
python Related to Python Polars test Related to the test suite
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant