quaquel / EMAworkbench

workbench for performing exploratory modeling and analysis
BSD 3-Clause "New" or "Revised" License
128 stars 90 forks source link

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

Closed EwoutH closed 11 months ago

EwoutH commented 11 months ago

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 https://github.com/zeromq/pyzmq/pull/1021.

Part of #201.

coveralls commented 11 months ago

Coverage Status

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