dask / dask-jobqueue

Deploy Dask on job schedulers like PBS, SLURM, and SGE
https://jobqueue.dask.org
BSD 3-Clause "New" or "Revised" License
235 stars 142 forks source link

Remove unused lsf_version function for Python 3.12 and fix never awaited error for LSFCluster #646

Closed tcztzy closed 3 months ago

tcztzy commented 4 months ago

Close https://github.com/dask/dask-jobqueue/issues/644

lesteve commented 4 months ago

Ah nice, I was doing the same thing in parallel, can you also remove mock_lsf_version from conftest.py while you are at it.

tcztzy commented 4 months ago

Ah nice, I was doing the same thing in parallel, can you also remove mock_lsf_version from conftest.py while you are at it.

OK, I am also trying to fix several problems to run LSFCluster

jacobtomlinson commented 3 months ago

CI is now pretty stable again on main so updating this PR with the latest changes.