Skip to content

Commit

Permalink
Merge 1b8e1bb into 9da40f5
Browse files Browse the repository at this point in the history
  • Loading branch information
pentschev authored Jul 27, 2021
2 parents 9da40f5 + 1b8e1bb commit b22fc5a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions dask_cuda/tests/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
from numba import cuda

from dask_cuda.utils import (
_ucx_111,
cuda_visible_devices,
get_cpu_affinity,
get_device_total_memory,
Expand Down Expand Up @@ -119,6 +120,9 @@ def test_get_preload_options(enable_tcp, enable_infiniband_netdev, enable_nvlink
assert "--enable-nvlink" in opts["preload_argv"]


@pytest.mark.skipif(
_ucx_111, reason="`ucx_net_devices='auto'` is deprecated for UCX >= 1.11.0",
)
def test_get_ucx_net_devices_raises():
pytest.importorskip("ucp")

Expand Down

0 comments on commit b22fc5a

Please sign in to comment.