Skip to content

Commit

Permalink
Remove Client
Browse files Browse the repository at this point in the history
  • Loading branch information
fjetter committed Mar 7, 2022
1 parent 34208d6 commit c608315
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions distributed/tests/test_worker.py
Original file line number Diff line number Diff line change
Expand Up @@ -3807,8 +3807,8 @@ def test_unique_task_heap():
assert repr(heap) == "<UniqueTaskHeap: 0 items>"


@gen_cluster(client=True, nthreads=[])
async def test_do_not_block_event_loop_during_shutdown(c, s):
@gen_cluster(nthreads=[])
async def test_do_not_block_event_loop_during_shutdown(s):
loop = asyncio.get_running_loop()
called_handler = threading.Event()
block_handler = threading.Event()
Expand Down

0 comments on commit c608315

Please sign in to comment.