Importing ABC directly from collections was deprecated and will be removed in Python 3.10 . Use collections.abc instead.
tests/test_reqstream.py
61: assert isinstance(r, collections.Iterator)
zerorpc/cli.py
270: if not isinstance(results, collections.Iterator):