From 87df38920f8698f014b627c95f9fb423bec7cfac Mon Sep 17 00:00:00 2001 From: Peter Andreas Entschev Date: Wed, 30 Jun 2021 14:22:43 -0700 Subject: [PATCH] Update imports to cudf.testing._utils --- distributed/comm/tests/test_ucx.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/distributed/comm/tests/test_ucx.py b/distributed/comm/tests/test_ucx.py index ecb6b471114..74e1e654975 100644 --- a/distributed/comm/tests/test_ucx.py +++ b/distributed/comm/tests/test_ucx.py @@ -189,7 +189,7 @@ async def test_ping_pong_cudf(g): # *** ImportError: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version `CXXABI_1.3.11' # not found (required by python3.7/site-packages/pyarrow/../../../libarrow.so.12) cudf = pytest.importorskip("cudf") - from cudf.tests.utils import assert_eq + from cudf.testing._utils import assert_eq cudf_obj = g(cudf)