Test cudf_polars in CI without Ray or Dask
Open
cudf-polars
tests
- Dominant language
- C++
- Stars
- 9.8k
- Forks
- 1.1k
- Avg merge
- 3d 6m
- Merged PRs (30d)
- 278
Description
After https://github.com/rapidsai/cudf/pull/22467, cudf_polars tests are run in CI in the `wheel-tests-cudf-polars` and `conda-python-other-tests` jobs. Both jobs end up installing our optional dependencies Ray and Dask to exercise our alternative frontends, but we are no longer continually testing a "vanilla" installation of cudf_polars and are susceptible to introducing and an unconditional import on Ray or Dask.
We should modify the test script for `conda-python-other-tests` to run the cudf_polars test suite without any optional dependency installed
Contributor guide
Assessment
This issue has not been assessed yet.