Skip to content

Commit

Permalink
Fix linting (dask#8046)
Browse files Browse the repository at this point in the history
  • Loading branch information
fjetter authored Jul 28, 2023
1 parent 2751741 commit d6758bd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion distributed/tests/test_scheduler.py
Original file line number Diff line number Diff line change
Expand Up @@ -1093,7 +1093,6 @@ async def test_restart_nanny_timeout_exceeded(c, s, a, b):
b.kill_proceed.set()



@gen_cluster(client=True, nthreads=[("", 1)] * 2)
async def test_restart_not_all_workers_return(c, s, a, b):
with pytest.raises(TimeoutError, match="Waited for 2 worker"):
Expand Down

0 comments on commit d6758bd

Please sign in to comment.