Skip to content

Commit be9aa09

Browse files
committed
note pyzmq and libzmq versions in setup.py test
1 parent 28f39d8 commit be9aa09

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -566,6 +566,8 @@ def run(self):
566566
"If you did build pyzmq in-place, then this is a real error."]))
567567
sys.exit(1)
568568

569+
print ("Testing pyzmq-%s with libzmq-%s" % (zmq.pyzmq_version(), zmq.zmq_version()))
570+
569571
if nose is None:
570572
warn("nose unavailable, falling back on unittest. Skipped tests will appear as ERRORs.")
571573
return self.run_unittest()

0 commit comments

Comments
 (0)