diff options
author | gord chung <gord@live.ca> | 2017-02-16 21:50:50 +0000 |
---|---|---|
committer | gord chung <gord@live.ca> | 2017-03-30 12:32:58 +0000 |
commit | 631ade59bca8a2c680d2709619f58a62c8292f69 (patch) | |
tree | 9da5f07d9b9dd84f3e1a9fce12d0742c4c5320f1 /tox.ini | |
parent | 093afc2455325f0b7813b7543c8fe8ba19449157 (diff) | |
download | oslo-messaging-631ade59bca8a2c680d2709619f58a62c8292f69.tar.gz |
remove all kombu<4.0.0 workarounds
we lower cap at kombu>=4.0.0 so no need to support kombu3 stuff
Change-Id: I4c3bc4de6026b089fffae7ae4d34f718d45cb972
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -32,16 +32,12 @@ commands = python setup.py build_sphinx setenv = {[testenv]setenv} TRANSPORT_DRIVER=rabbit - amqp>=2.0.0 - kombu>=4.0.0 commands = pifpaf run rabbitmq -- python setup.py testr --slowest --testr-args='{posargs:oslo_messaging.tests.functional}' [testenv:py35-func-rabbit] setenv = {[testenv]setenv} TRANSPORT_DRIVER=rabbit - amqp>=2.0.0 - kombu>=4.0.0 basepython = python3.5 commands = pifpaf run rabbitmq -- python setup.py testr --slowest --testr-args='{posargs:oslo_messaging.tests.functional}' |