jupyter_server icon indicating copy to clipboard operation
jupyter_server copied to clipboard

try overriding tornasync's io_loop fixture

Open minrk opened this issue 3 years ago • 2 comments

to avoid calls to deprecated make_current

closes #876

minrk avatar Jun 16 '22 14:06 minrk

If there's a failure (likely a hang) it means something else is accessing the loop via IOLoop.current() or asyncio.get_event_loop() while it's not running. That ought to trigger a deprecation warning, though.

minrk avatar Jun 16 '22 14:06 minrk

This is not at all pressing, since it's just avoiding a deprecated API that is still fully supported.

minrk avatar Jun 16 '22 14:06 minrk

Superseded by #1035

blink1073 avatar Nov 03 '22 00:11 blink1073