We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
sqlframe
test_unique_expr
1 parent bee5d72 commit d367019Copy full SHA for d367019
tests/expr_and_series/list/unique_test.py
@@ -18,7 +18,6 @@ def test_unique_expr(request: pytest.FixtureRequest, constructor: Constructor) -
18
backend in str(constructor)
19
for backend in ("dask", "modin", "cudf", "pyarrow", "pandas")
20
):
21
- # sqlframe issue: https://github.com/eakmanrq/sqlframe/issues/460
22
request.applymarker(pytest.mark.xfail)
23
result = (
24
nw.from_native(constructor(data))
0 commit comments