Skip to content

Commit

Permalink
chore(deps): bump pyproject-nix, uv2nix, nixpkgs and relock (#10720)
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcloud authored Jan 25, 2025
1 parent 5a49756 commit 5e7bcd3
Show file tree
Hide file tree
Showing 4 changed files with 73 additions and 77 deletions.
18 changes: 9 additions & 9 deletions flake.lock

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

14 changes: 5 additions & 9 deletions ibis/backends/tests/test_set_ops.py
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ def test_top_level_union(backend, con, alltypes, distinct, ordered):
@pytest.mark.parametrize(
"distinct",
[
param(True, marks=[pytest.mark.notimpl(["polars"])]),
True,
param(
False,
marks=[
Expand All @@ -211,7 +211,6 @@ def test_top_level_union(backend, con, alltypes, distinct, ordered):
raises=PsycoPg2InternalError,
reason="Feature is not yet implemented: INTERSECT all",
),
pytest.mark.notyet(["polars"]),
],
),
],
Expand All @@ -227,15 +226,12 @@ def test_top_level_union(backend, con, alltypes, distinct, ordered):
@pytest.mark.parametrize(
"ordered",
[
param(False, marks=pytest.mark.notyet(["polars"])),
False,
param(
True,
marks=[
pytest.mark.notyet(
["mssql"], reason="ORDER BY not supported in subquery"
),
pytest.mark.notyet(["polars"]),
],
marks=pytest.mark.notyet(
["mssql"], reason="ORDER BY not supported in subquery"
),
),
],
)
Expand Down
10 changes: 5 additions & 5 deletions requirements-dev.txt

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

Loading

0 comments on commit 5e7bcd3

Please sign in to comment.