Skip to content

Replace deprecated zmq.eventloop.ioloop with Tornado's ioloop#334

Merged
quaquel merged 1 commit intomasterfrom
ioloop_deprecation
Dec 13, 2023
Merged

Replace deprecated zmq.eventloop.ioloop with Tornado's ioloop#334
quaquel merged 1 commit intomasterfrom
ioloop_deprecation

Conversation

@EwoutH
Copy link
Copy Markdown
Collaborator

@EwoutH EwoutH commented Dec 13, 2023

Fixes this DeprecationWarning:

  /home/runner/work/EMAworkbench/EMAworkbench/ema_workbench/em_framework/futures_ipyparallel.py:19: DeprecationWarning: zmq.eventloop.ioloop is deprecated in pyzmq 17. pyzmq now works with default tornado and asyncio eventloops.
    from zmq.eventloop import ioloop, zmqstream

See https://pyzmq.readthedocs.io/en/v17.1.2/api/zmq.eventloop.ioloop.html and zeromq/pyzmq#1021.

Part of #201.

@coveralls
Copy link
Copy Markdown

Coverage Status

coverage: 80.335% (+0.003%) from 80.332%
when pulling f50b4cb on ioloop_deprecation
into 1071ac5 on master.

@EwoutH EwoutH mentioned this pull request Dec 13, 2023
12 tasks
@quaquel quaquel merged commit f3c9674 into master Dec 13, 2023
@quaquel quaquel deleted the ioloop_deprecation branch December 13, 2023 21:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants