Skip to content

Commit

Permalink
chore(deps): bump nixpkgs and poetry dependencies (#9723)
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcloud authored Jul 30, 2024
1 parent 870ac73 commit 537fc87
Show file tree
Hide file tree
Showing 4 changed files with 570 additions and 572 deletions.
12 changes: 6 additions & 6 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 0 additions & 8 deletions ibis/backends/tests/test_struct.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,6 @@
),
],
)
@pytest.mark.xfail_version(
polars=["polars>=1.2.1"],
raises=AssertionError,
reason=(
"polars returns incorrect values on struct field access where the entire row is null; "
"see https://github.com/pola-rs/polars/issues/17730"
),
)
def test_single_field(struct, field, expected):
expr = struct.select(field=lambda t: t.abc[field]).order_by("field")
result = expr.execute()
Expand Down
Loading

0 comments on commit 537fc87

Please sign in to comment.