Skip to content

Commit 39a1e8d

Browse files
committed
chore: fix xfail for pyspark 3.3
1 parent eb32b12 commit 39a1e8d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

ibis/backends/tests/test_temporal.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -956,9 +956,6 @@ def test_temporal_binop(backend, con, alltypes, df, expr_fn, expected_fn):
956956
reason="TableException: DAY_INTERVAL_TYPES precision is not supported: 5",
957957
),
958958
sqlite_without_ymd_intervals,
959-
pytest.mark.xfail_version(
960-
pyspark=["pyspark<3.4"], raises=AssertionError
961-
),
962959
],
963960
),
964961
param("5W", plus, id="weeks-plus", marks=sqlite_without_ymd_intervals),

0 commit comments

Comments
 (0)