Skip to content

Commit 409a8a1

Browse files
committed
Merge #8030: test: Revert fatal-ness of missing python-zmq
65fee8e test: Revert fatal-ness of missing python-zmq (Wladimir J. van der Laan)
2 parents a68f56e + 65fee8e commit 409a8a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

qa/pull-tester/rpc-tests.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,9 @@
8282
try:
8383
import zmq
8484
except ImportError as e:
85-
print("ERROR: \"import zmq\" failed. Set ENABLE_ZMQ=0 or " \
85+
print("WARNING: \"import zmq\" failed. Set ENABLE_ZMQ=0 or " \
8686
"to run zmq tests, see dependency info in /qa/README.md.")
87-
raise e
87+
ENABLE_ZMQ=0
8888

8989
#Tests
9090
testScripts = [

0 commit comments

Comments
 (0)