Skip to content

Commit

Permalink
chore(deps): bump all flakes (#10618)
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcloud authored Dec 27, 2024
1 parent c6784bf commit 28bafd1
Show file tree
Hide file tree
Showing 4 changed files with 238 additions and 233 deletions.
24 changes: 12 additions & 12 deletions flake.lock

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

9 changes: 6 additions & 3 deletions ibis/backends/tests/test_generic.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
MySQLProgrammingError,
OracleDatabaseError,
PolarsInvalidOperationError,
PolarsSchemaError,
PsycoPg2InternalError,
PsycoPg2SyntaxError,
Py4JJavaError,
Expand Down Expand Up @@ -818,7 +817,7 @@ def test_table_info_large(con):
),
pytest.mark.notyet(
["polars"],
raises=PolarsSchemaError,
raises=PolarsInvalidOperationError,
reason="type Float32 is incompatible with expected type Float64",
),
],
Expand Down Expand Up @@ -854,7 +853,7 @@ def test_table_info_large(con):
),
pytest.mark.notimpl(
["polars"],
raises=PolarsSchemaError,
raises=PolarsInvalidOperationError,
reason="type Float32 is incompatible with expected type Float64",
),
],
Expand All @@ -874,6 +873,10 @@ def test_table_info_large(con):
raises=OracleDatabaseError,
reason="ORA-02000: missing AS keyword",
),
pytest.mark.xfail_version(
polars=["polars>=1.18"],
reason="panic when converting string to binary",
),
],
id="string_col",
),
Expand Down
12 changes: 6 additions & 6 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 28bafd1

Please sign in to comment.