You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test: Fix more tests to work without polars (and pandas, pyarrow) (#2245)
* test: Fix more tests to work without polars (and pandas, pyarrow)
Split and/or skip tests requiring `polars` when they are unavailable.
Whenever that was a low-hanging fruit, also imports of `pandas`
and `pyarrow` were made optional.
Part of bug #1726
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* Fix typing
* Refactor all optional test imports
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* Convert duckdb and ibis instances
* Also pa_csv
* Ignore type hints on more tested-invalid calls
* Fix ruff
* Workaround ruff in `ibis_test.py`
---------
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Dan Redding <[email protected]>
0 commit comments