Skip to content

Commit 79eedcf

Browse files
chore: Remove todo and test restriction for new-streaming (pola-rs#20861)
1 parent 3c6ac14 commit 79eedcf

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

py-polars/tests/unit/datatypes/test_categorical.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -848,8 +848,6 @@ def test_cat_preserve_lexical_ordering_on_concat() -> None:
848848
assert df2["x"].dtype == dtype
849849

850850

851-
# TODO: Bug see: https://github.com/pola-rs/polars/issues/20440
852-
@pytest.mark.may_fail_auto_streaming
853851
@pytest.mark.usefixtures("test_global_and_local")
854852
def test_cat_append_lexical_sorted_flag() -> None:
855853
df = pl.DataFrame({"x": [0, 1, 1], "y": ["B", "B", "A"]}).with_columns(

py-polars/tests/unit/operations/namespaces/test_categorical.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66
from polars.testing import assert_frame_equal, assert_series_equal
77

88

9-
# @TODO: Bug, see https://github.com/pola-rs/polars/issues/20440
10-
@pytest.mark.may_fail_auto_streaming
119
@pytest.mark.usefixtures("test_global_and_local")
1210
def test_categorical_lexical_sort() -> None:
1311
df = pl.DataFrame(

0 commit comments

Comments
 (0)