Skip to content

Commit 86ef1b9

Browse files
authored
Fix assert_eq import from cudf (#8747)
1 parent 670fbfb commit 86ef1b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

distributed/comm/tests/test_ucx.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ async def test_ping_pong_cudf(ucx_loop, g):
198198
# *** ImportError: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version `CXXABI_1.3.11'
199199
# not found (required by python3.7/site-packages/pyarrow/../../../libarrow.so.12)
200200
cudf = pytest.importorskip("cudf")
201-
from cudf.testing._utils import assert_eq
201+
from cudf.testing import assert_eq
202202

203203
cudf_obj = g(cudf)
204204

0 commit comments

Comments
 (0)