Pin rabbitmq tests to pika < 1.0.0 to fix tests.
Tests are failing with the release of pika 1.0.0.pull/4420/head
parent
d3f2f600c7
commit
09cd355bec
|
@ -10,7 +10,7 @@
|
||||||
|
|
||||||
- name: Install pika and requests
|
- name: Install pika and requests
|
||||||
pip:
|
pip:
|
||||||
name: pika,requests
|
name: pika<1.0.0,requests
|
||||||
state: latest
|
state: latest
|
||||||
|
|
||||||
- name: Test that giving an incorrect amqp protocol in URL will error
|
- name: Test that giving an incorrect amqp protocol in URL will error
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
- name: Install requests and pika
|
- name: Install requests and pika
|
||||||
pip:
|
pip:
|
||||||
name: requests,pika
|
name: requests,pika<1.0.0
|
||||||
state: present
|
state: present
|
||||||
|
|
||||||
- name: RabbitMQ basic publish test
|
- name: RabbitMQ basic publish test
|
||||||
|
|
Loading…
Reference in New Issue