Add missing Pytest marks to AsyncIO unit test (#5968)

This commit is contained in:
Philip Hyunsu Cho 2020-07-31 19:56:24 -07:00 committed by GitHub
parent 5f3c811e84
commit bf2990e773
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -272,6 +272,8 @@ async def run_from_dask_array_asyncio(scheduler_address):
return output
@pytest.mark.skipif(**tm.no_dask())
@pytest.mark.mgpu
def test_with_asyncio():
with LocalCUDACluster() as cluster:
with Client(cluster) as client: