Skip to content

Commit

Permalink
Merge pull request #18041 from Matt711/branch-25.04-merge-25.02
Browse files Browse the repository at this point in the history
Forward merge branch-25.02 to branch-25.04
  • Loading branch information
AyodeAwe authored Feb 19, 2025
2 parents 3117dc2 + e500794 commit ced2652
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 0 additions & 2 deletions ci/test_cudf_polars_polars_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ git clone https://github.com/pola-rs/polars.git --branch "${TAG}" --depth 1
# Install requirements for running polars tests
rapids-logger "Install polars test requirements"
rapids-pip-retry install -r polars/py-polars/requirements-dev.txt -r polars/py-polars/requirements-ci.txt
# TODO: Workaround until https://github.com/pola-rs/polars/issues/21274 is fixed.
rapids-pip-retry install connectorx==0.4.1

# shellcheck disable=SC2317
function set_exitcode()
Expand Down
5 changes: 3 additions & 2 deletions python/cudf_polars/cudf_polars/testing/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -217,9 +217,10 @@ def pytest_configure(config: pytest.Config) -> None:
"tests/unit/streaming/test_streaming_group_by.py::test_streaming_group_by_literal[1]": "May segfault w/the legacy streaming engine",
# Fails in CI, but passes locally
"tests/unit/streaming/test_streaming.py::test_streaming_streamable_functions": "RuntimeError: polars_python::sql::PySQLContext is unsendable, but is being dropped on another thread",
# TODO: Remove once when we support polars 1.23
"tests/unit/io/database/test_read.py::test_read_database[uri: connectorx]": "ValueError: arrow2",
"tests/unit/io/database/test_read.py::test_read_database_cx_credentials[fakedb:/123:456@account/database/schema?warehouse=warehouse&role=role]": "ValueError: arrow2",
"tests/unit/io/database/test_read.py::test_read_database_cx_credentials[fakedb:/my#%us3r:p433w0rd@not_a_real_host:9999/database]": "ValueError: arrow2",
"tests/unit/io/database/test_read.py::test_read_database_cx_credentials[fakedb://123:456@account/database/schema?warehouse=warehouse&role=role]": "ValueError: arrow2",
"tests/unit/io/database/test_read.py::test_read_database_cx_credentials[fakedb://my#%us3r:p433w0rd@not_a_real_host:9999/database]": "ValueError: arrow2",
}


Expand Down

0 comments on commit ced2652

Please sign in to comment.