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:
commit
409a8a1637
1 changed files with 2 additions and 2 deletions
|
@ -82,9 +82,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 a new issue