Skip to content

Commit 9050a8b

Browse files
Temporarily import loop_in_thread fixture from distributed (#6884)
Co-authored-by: Anderson Banihirwe <[email protected]>
1 parent 5b2ec97 commit 9050a8b

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

xarray/tests/test_distributed.py

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,13 @@
1414

1515
from dask.distributed import Client, Lock
1616
from distributed.client import futures_of
17-
from distributed.utils_test import cluster, gen_cluster, loop, cleanup # noqa: F401
17+
from distributed.utils_test import ( # noqa: F401
18+
cluster,
19+
gen_cluster,
20+
loop,
21+
cleanup,
22+
loop_in_thread,
23+
)
1824

1925
import xarray as xr
2026
from xarray.backends.locks import HDF5_LOCK, CombinedLock

0 commit comments

Comments
 (0)