/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
coverage: 80.335% (+0.003%) from 80.332%
when pulling f50b4cb4f577a5428ef04cbea072bac0f74d7c92 on ioloop_deprecation
into 1071ac58021cd1664a7f125d1ccec02a8a16d7b4 on master.
Fixes this DeprecationWarning:
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.