Merge #8030: test: Revert fatal-ness of missing python-zmq
65fee8e test: Revert fatal-ness of missing python-zmq (Wladimir J. van der Laan)
This commit is contained in:
parent
3d665aa485
commit
19a6c779e7
@ -91,9 +91,9 @@ if ENABLE_ZMQ:
|
||||
try:
|
||||
import zmq
|
||||
except ImportError as e:
|
||||
print("ERROR: \"import zmq\" failed. Set ENABLE_ZMQ=0 or " \
|
||||
print("WARNING: \"import zmq\" failed. Set ENABLE_ZMQ=0 or " \
|
||||
"to run zmq tests, see dependency info in /qa/README.md.")
|
||||
raise e
|
||||
ENABLE_ZMQ=0
|
||||
|
||||
#Tests
|
||||
testScripts = [
|
||||
|
Loading…
Reference in New Issue
Block a user