summaryrefslogtreecommitdiff
path: root/pint
diff options
context:
space:
mode:
authorJules Chéron <jules.cheron@gmail.com>2022-08-06 21:56:59 +0200
committerJules Chéron <jules.cheron@gmail.com>2022-08-06 21:59:37 +0200
commit2ca81cf1ca823ad0c4e7ff5ceae2c9b85491ee19 (patch)
treee7f7c9f2b3c36fa1bb3f7f92f460cd1760259bbb /pint
parentb0316ce54a90a25845806d7d71fb4167e8ca31f8 (diff)
downloadpint-2ca81cf1ca823ad0c4e7ff5ceae2c9b85491ee19.tar.gz
Fix dask fixture loop_in_thread in latest distributed
Diffstat (limited to 'pint')
-rw-r--r--pint/testsuite/test_dask.py8
1 files changed, 7 insertions, 1 deletions
diff --git a/pint/testsuite/test_dask.py b/pint/testsuite/test_dask.py
index ad8be18..69c80fe 100644
--- a/pint/testsuite/test_dask.py
+++ b/pint/testsuite/test_dask.py
@@ -12,7 +12,13 @@ distributed = pytest.importorskip("distributed", reason="Distributed is not avai
from dask.distributed import Client
from distributed.client import futures_of
-from distributed.utils_test import cleanup, cluster, gen_cluster, loop # noqa: F401
+from distributed.utils_test import ( # noqa: F401
+ cleanup,
+ cluster,
+ gen_cluster,
+ loop,
+ loop_in_thread,
+)
loop = loop # flake8