Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/main' into expr-non-dynamic
Browse files Browse the repository at this point in the history
  • Loading branch information
dangotbanned committed Jul 19, 2024
2 parents 65b527a + 80939e7 commit f78c401
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/vegalite/v5/test_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -1530,6 +1530,11 @@ def test_polars_with_pandas_nor_pyarrow(monkeypatch: pytest.MonkeyPatch):
assert "numpy" not in sys.modules


@pytest.mark.skipif(
sys.version_info < (3, 9),
reason="The maximum `ibis` version installable on Python 3.8 is `ibis==5.1.0`,"
" which doesn't support the dataframe interchange protocol.",
)
@pytest.mark.skipif(
Version("1.5") > PANDAS_VERSION,
reason="A warning is thrown on old pandas versions",
Expand Down

0 comments on commit f78c401

Please sign in to comment.