distributed icon indicating copy to clipboard operation
distributed copied to clipboard

Tornado 6.2 compatibility

Open fjetter opened this issue 2 years ago • 3 comments

Tornado 6.2 was just released and we're hitting a few errors on CI. So far, the only thing I observed was a deprecation warning that is converted to an error. We should restore compatibility and remove the pinning introduced in https://github.com/dask/distributed/pull/6668

cc @graingert

fjetter avatar Jul 04 '22 13:07 fjetter

@gabicca noted in https://github.com/dask/distributed/issues/6979#issue-1357245420 that package solve conflicts are showing up with Jupyter because the latest jupyter-clinet==7.3.5 release requires tornado >=6.2

jrbourbeau avatar Aug 31 '22 17:08 jrbourbeau

Another jupyter-related report https://github.com/dask/distributed/issues/6984

jrbourbeau avatar Sep 01 '22 18:09 jrbourbeau

There are several failing tests; moving this back to in progress

crusaderky avatar Sep 26 '22 16:09 crusaderky

Hello, can you please give us an update on how this work is going? When can we expect distributed to be compatible with tornado==6.2?

gabicca avatar Nov 14 '22 10:11 gabicca

Hello, can you please give us an update on how this work is going? When can we expect distributed to be compatible with tornado==6.2?

hopefully in the next release!

graingert avatar Nov 17 '22 15:11 graingert