Skip to content

Commit 93bb98d

Browse files
committed
unxfail
1 parent 792d2cf commit 93bb98d

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

tests/expr_and_series/all_horizontal_test.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,6 @@ def test_allh_nth(
5757
) -> None:
5858
if "polars" in str(constructor) and POLARS_VERSION < (1, 0):
5959
request.applymarker(pytest.mark.xfail)
60-
if "pyspark" in str(constructor):
61-
request.applymarker(pytest.mark.xfail)
6260
data = {
6361
"a": [False, False, True],
6462
"b": [False, True, True],

tests/expr_and_series/nth_test.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@ def test_nth(
2525
expected: dict[str, list[int]],
2626
request: pytest.FixtureRequest,
2727
) -> None:
28-
if "pyspark" in str(constructor):
29-
request.applymarker(pytest.mark.xfail)
3028
if "polars" in str(constructor) and POLARS_VERSION < (1, 0, 0):
3129
request.applymarker(pytest.mark.xfail)
3230
df = nw.from_native(constructor(data))

0 commit comments

Comments
 (0)