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.
1 parent 1e45855 commit 01830c1Copy full SHA for 01830c1
tests/expr_and_series/struct_/field_test.py
@@ -15,7 +15,7 @@ def test_get_field_expr(
15
request: pytest.FixtureRequest,
16
constructor: Constructor,
17
) -> None:
18
- if any(backend in str(constructor) for backend in ("dask", "modin", "sqlframe")):
+ if any(backend in str(constructor) for backend in ("dask", "modin")):
19
request.applymarker(pytest.mark.xfail)
20
if "pandas" in str(constructor) and PANDAS_VERSION < (2, 2, 0):
21
pytest.skip()
0 commit comments