def test_zmq(pyi_builder):
pyi_builder.test_source(
"""
import zmq
print(zmq.__version__)
print(zmq.zmq_version())
# This is a problematic module and might cause some issues.
import zmq.utils.strtypes
""")
文章目录