Skip to content

Commit 5446095

Browse files
committed
test: Update pandas xfail
The version that worked isn't supported by `narwhals` anymore https://github.com/narwhals-dev/narwhals/actions/runs/15662564393/job/44122396713?pr=2528
1 parent 7d70a42 commit 5446095

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/frame/group_by_test.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -538,10 +538,10 @@ def test_renaming_edge_case(constructor: Constructor) -> None:
538538
assert_equal_data(result, expected)
539539

540540

541+
# NOTE: Resolving this in the current `PandasLikeGroupBy` might be too complex
541542
XFAIL_PANDAS_SKIPNA = pytest.mark.xfail(
542-
PANDAS_VERSION >= (1,),
543543
reason="Requires `skipna=False`, which was introduced in `2.2.1`.\n"
544-
"https://github.com/pandas-dev/pandas/issues/57019\n",
544+
"https://github.com/pandas-dev/pandas/issues/57019\n"
545545
)
546546

547547

0 commit comments

Comments
 (0)