On FreeBSD, Python’s zmq
module is provided as a separate port.
This PR updates the FreeBSD Build Guide to include this port, enabling the interface_zmq.py
functional test.
net/py-pyzmq
port on FreeBSD for interface_zmq.py
#31526
On FreeBSD, Python’s zmq
module is provided as a separate port.
This PR updates the FreeBSD Build Guide to include this port, enabling the interface_zmq.py
functional test.
The following sections might be updated with supplementary metadata relevant to reviewers and maintainers.
For details see: https://corecheck.dev/bitcoin/bitcoin/pulls/31526.
See the guideline for information on the review process.
If your review is incorrectly listed, please react with 👎 to this comment and the bot will ignore it on the next update.
ACK 0a76c292ac8fa29166a7ec6efda1fafce86af0d3
Without net/py-pyzmq
:
0$ .../interface_zmq.py
1...
22024-12-23T11:21:49.815000Z TestFramework (WARNING): Test Skipped: python3-zmq module not available.
After pkg install net/py-pyzmq
the test runs and passes, thanks!