Skip to content

Commit 5e7bcd3

Browse files
authored
chore(deps): bump pyproject-nix, uv2nix, nixpkgs and relock (#10720)
1 parent 5a49756 commit 5e7bcd3

File tree

4 files changed

+73
-77
lines changed

4 files changed

+73
-77
lines changed

flake.lock

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ibis/backends/tests/test_set_ops.py

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ def test_top_level_union(backend, con, alltypes, distinct, ordered):
199199
@pytest.mark.parametrize(
200200
"distinct",
201201
[
202-
param(True, marks=[pytest.mark.notimpl(["polars"])]),
202+
True,
203203
param(
204204
False,
205205
marks=[
@@ -211,7 +211,6 @@ def test_top_level_union(backend, con, alltypes, distinct, ordered):
211211
raises=PsycoPg2InternalError,
212212
reason="Feature is not yet implemented: INTERSECT all",
213213
),
214-
pytest.mark.notyet(["polars"]),
215214
],
216215
),
217216
],
@@ -227,15 +226,12 @@ def test_top_level_union(backend, con, alltypes, distinct, ordered):
227226
@pytest.mark.parametrize(
228227
"ordered",
229228
[
230-
param(False, marks=pytest.mark.notyet(["polars"])),
229+
False,
231230
param(
232231
True,
233-
marks=[
234-
pytest.mark.notyet(
235-
["mssql"], reason="ORDER BY not supported in subquery"
236-
),
237-
pytest.mark.notyet(["polars"]),
238-
],
232+
marks=pytest.mark.notyet(
233+
["mssql"], reason="ORDER BY not supported in subquery"
234+
),
239235
),
240236
],
241237
)

requirements-dev.txt

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)