Remove `werkzeug` pin in CI
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
@pavithraes I know your work day is almost over -- @ncclementi do you have bandwidth to look into this?
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
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