We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2c9caa commit 425f26eCopy full SHA for 425f26e
spec/participant.coffee
@@ -11,7 +11,7 @@ participants =
11
# Note: most require running an external broker service
12
transports =
13
'MQTT': 'mqtt://localhost'
14
- 'AMQP': 'amqp://localhost'
+ #'AMQP': 'amqp://localhost' # not working on Py3, should be ported to pika
15
16
transportTests = (g, address) ->
17
0 commit comments