dask-jobqueue icon indicating copy to clipboard operation
dask-jobqueue copied to clipboard

[draft] Drop Python 3.7 and allow tests to work in isolation

Open graingert opened this issue 3 years ago • 2 comments

graingert avatar Jul 27 '22 14:07 graingert

for the last remaining tests it looks like there's a ThreadPoolExecutor running and not being shutdown. I'm not sure if this is a bug in distributed or dask-jobqueue right now

graingert avatar Jul 27 '22 14:07 graingert

Thanks @graingert for all the contribution here. I think I'll need some time to digest all this.

I'm a bit confused by the modification for the running loop. Outside of test environment, the current code of dask-jobqueue seems to be working well with recent versions of distributed. And I didn't encounter these errors in my tests, how would you explain it ?

guillaumeeb avatar Jul 27 '22 17:07 guillaumeeb