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 yet more tests to work without polars (pandas, pyarrow) (#2250)
* test: Fix yet more tests to work without polars (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
* Cover `tests/expr_and_series/arithmetic_test.py`
* Port remaining `tests/expr_and_series` tests
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* Try adding empty `else` branch to `from_dict_test`
* Cover `collect_test`
* Try extend() approach
* Update tests/from_dict_test.py
Co-authored-by: Dan Redding <[email protected]>
* Fix coverage in `tests/translate/from_native_test.py`
* be quiet coverage
https://github.com/narwhals-dev/narwhals/actions/runs/13951644267/job/39052438974?pr=2250
---------
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