Skip to content

Commit c5e5365

Browse files
author
Chinmay Chandak
committed
2 parents dbc30ec + 5b63b08 commit c5e5365

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

streamz/tests/test_dask.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
from distributed.utils_test import gen_cluster, inc, cluster, loop, slowinc # noqa: F401
1515

1616

17-
@gen_cluster(client=True, check_new_threads=False)
17+
@gen_cluster(client=True)
1818
def test_map(c, s, a, b):
1919
source = Stream(asynchronous=True)
2020
futures = scatter(source).map(inc)

0 commit comments

Comments
 (0)