Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* test: skip `ibis` test on unsupported `python` version Always was emitting the same warning on `3.8`, `3.9`: ``` ================================================================================================= warnings summary ================================================================================================= tests/vegalite/v5/test_api.py::test_ibis_with_date_32 /altair/altair/vegalite/v5/api.py:233: UserWarning: data of type <class 'ibis.expr.types.relations.Table'> not recognized warnings.warn(f"data of type {type(data)} not recognized", stacklevel=1) -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html ==================================================================================== 210 passed, 1 xfailed, 1 warning in 17.92s ==================================================================================== ``` * test: lower the minimum `python` 3.10 -> 3.9 for `ibis` #3486 (comment)
- Loading branch information