Skip to content

Commit

Permalink
test: remove cudf from `tests/expr_and_series/replace_time_zone_tes…
Browse files Browse the repository at this point in the history
…t.py::test_replace_time_zone_none[cudf]` (#1748)

test: remove `cudf` from `replace_time_zone_test.py::test_replace_time_zone_none`
  • Loading branch information
Dhanunjaya-Elluri authored Jan 7, 2025
1 parent 5c0a33a commit 320d6bc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/expr_and_series/replace_time_zone_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ def test_replace_time_zone_none(
or ("pandas_pyarrow" in str(constructor) and PANDAS_VERSION < (2,))
or ("modin_pyarrow" in str(constructor) and PANDAS_VERSION < (2,))
or ("pyarrow_table" in str(constructor) and PYARROW_VERSION < (12,))
or ("cudf" in str(constructor))
or ("duckdb" in str(constructor))
):
request.applymarker(pytest.mark.xfail)
Expand Down

0 comments on commit 320d6bc

Please sign in to comment.