dask icon indicating copy to clipboard operation
dask copied to clipboard

Remove `werkzeug` pin in CI

Open jrbourbeau opened this issue 3 years ago • 3 comments

It looks like out test suite is consistently hanging in PRs (e.g. see this build) and main (e.g. see this build). I've not yet had a chance to dig deeper, but wanted to raise an issue for visibility

cc @jsignell @pavithraes @ncclementi

jrbourbeau avatar Jul 27 '22 17:07 jrbourbeau

@pavithraes I know your work day is almost over -- @ncclementi do you have bandwidth to look into this?

jrbourbeau avatar Jul 27 '22 17:07 jrbourbeau

There were multiple cases where CI was hanging and it seems to be happening in test_distributed.py::test_blockwise_dataframe_io but I can't reproduce locally with the latest dask and distributed. I tried also exact versions of distributed pining matching the CI run one, and I can't reproduce it either

However, there were other cases hanging in different places so I'm not sure what's going on.

These are also hanging

  • https://github.com/dask/dask/runs/7544919727?check_suite_focus=true
  • https://github.com/dask/dask/runs/7545648097?check_suite_focus=true

ncclementi avatar Jul 27 '22 20:07 ncclementi

Ended up pinning werkzeug over in https://github.com/dask/dask/pull/9325 (there are more details in the PR). Going to keep this issue open as a reminder to removing the package pinning

jrbourbeau avatar Jul 28 '22 02:07 jrbourbeau