Skip to content

Commit

Permalink
fix missing fixture import; see pydata/xarray#6650
Browse files Browse the repository at this point in the history
  • Loading branch information
keflavich committed Jun 12, 2022
1 parent 3f69c11 commit 30de5ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spectral_cube/tests/test_dask.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
from astropy.utils import data

try:
from distributed.utils_test import client, loop, cluster_fixture # noqa
from distributed.utils_test import client, loop, cluster_fixture, cleanup # noqa
DISTRIBUTED_INSTALLED = True
except ImportError:
DISTRIBUTED_INSTALLED = False
Expand Down

0 comments on commit 30de5ea

Please sign in to comment.