Skip to content

Commit 8f18daa

Browse files
authored
tests: Remove xfail for SQLFrame Expr.skew (#3507)
tests: Remove xfail for SQLFrame Expr.skew
1 parent 352542c commit 8f18daa

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tests/expr_and_series/skew_test.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,6 @@ def test_skew_expr(
5151
# Can not infer schema from empty dataset.
5252
pytest.skip()
5353

54-
if "sqlframe" in str(constructor) and int(request.node.callspec.id[-1]) in {2, 4}:
55-
# https://github.com/eakmanrq/sqlframe/issues/610
56-
request.applymarker(pytest.mark.xfail)
57-
5854
result = nw.from_native(constructor({"a": data})).select(nw.col("a").skew())
5955
assert_equal_data(result, {"a": [expected]})
6056
result = nw.from_native(constructor({"a": data})).with_columns(nw.col("a").skew())

0 commit comments

Comments
 (0)