Skip to content

Commit

Permalink
chore(deps): lock file maintenance (#9993)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Phillip Cloud <417981+cpcloud@users.noreply.github.com>
  • Loading branch information
renovate[bot] and cpcloud authored Sep 2, 2024
1 parent f98aec5 commit 5fbf8c5
Show file tree
Hide file tree
Showing 3 changed files with 349 additions and 320 deletions.
4 changes: 3 additions & 1 deletion ibis/backends/tests/test_temporal.py
Original file line number Diff line number Diff line change
Expand Up @@ -1796,7 +1796,9 @@ def test_integer_cast_to_timestamp_scalar(alltypes, df):
raises=pd.errors.OutOfBoundsDatetime,
)
@pytest.mark.notimpl(["flink"], raises=ArrowInvalid)
@pytest.mark.notyet(["polars"], raises=PolarsInvalidOperationError)
@pytest.mark.notyet(
["polars"], raises=AssertionError, reason="produces an incorrect result"
)
def test_big_timestamp(con):
# TODO: test with a timezone
ts = "2419-10-11 10:10:25"
Expand Down
Loading

0 comments on commit 5fbf8c5

Please sign in to comment.