Skip to content

Commit

Permalink
Update imports to cudf.testing._utils (#5005)
Browse files Browse the repository at this point in the history
  • Loading branch information
pentschev authored Jun 30, 2021
1 parent 84641e7 commit e3f06ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion distributed/comm/tests/test_ucx.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit e3f06ba

Please sign in to comment.