mirror of
https://github.com/kvazar-network/kevacoin.git
synced 2025-03-10 04:31:07 +00:00
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
@ -82,9 +82,9 @@ if ENABLE_ZMQ:
|
|||||||
try:
|
try:
|
||||||
import zmq
|
import zmq
|
||||||
except ImportError as e:
|
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.")
|
"to run zmq tests, see dependency info in /qa/README.md.")
|
||||||
raise e
|
ENABLE_ZMQ=0
|
||||||
|
|
||||||
#Tests
|
#Tests
|
||||||
testScripts = [
|
testScripts = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user