Skip to content

Commit d367019

Browse files
authored
1 parent bee5d72 commit d367019

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/expr_and_series/list/unique_test.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ def test_unique_expr(request: pytest.FixtureRequest, constructor: Constructor) -
1818
backend in str(constructor)
1919
for backend in ("dask", "modin", "cudf", "pyarrow", "pandas")
2020
):
21-
# sqlframe issue: https://github.com/eakmanrq/sqlframe/issues/460
2221
request.applymarker(pytest.mark.xfail)
2322
result = (
2423
nw.from_native(constructor(data))

0 commit comments

Comments
 (0)