Skip to content

Commit

Permalink
remove redundant modin xfail
Browse files Browse the repository at this point in the history
  • Loading branch information
aidoskanapyanov committed Aug 22, 2024
1 parent c6fb011 commit 0af7233
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/expr_and_series/cast_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -167,9 +167,6 @@ def test_cast_raises_for_unknown_dtype(constructor: Any, request: Any) -> None:
pa.__version__
) <= (15,): # pragma: no cover
request.applymarker(pytest.mark.xfail)
if "modin" in str(constructor):
# TODO(unassigned): in modin, we end up with `'<U0'` dtype
request.applymarker(pytest.mark.xfail)
if "polars" in str(constructor):
request.applymarker(pytest.mark.xfail)

Expand Down

0 comments on commit 0af7233

Please sign in to comment.