Skip to content

Commit

Permalink
Mark ucx-py tests for GPU (dask#5133)
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesbluca authored Jul 29, 2021
1 parent a5ccc8f commit 1be9265
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions distributed/comm/tests/test_ucx.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

import pytest

pytestmark = pytest.mark.gpu

ucp = pytest.importorskip("ucp")

from distributed import Client, Scheduler, wait
Expand Down
2 changes: 2 additions & 0 deletions distributed/comm/tests/test_ucx_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

import pytest

pytestmark = pytest.mark.gpu

import dask
from dask.utils import format_bytes

Expand Down

0 comments on commit 1be9265

Please sign in to comment.