summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorgord chung <gord@live.ca>2017-02-16 21:50:50 +0000
committergord chung <gord@live.ca>2017-03-30 12:32:58 +0000
commit631ade59bca8a2c680d2709619f58a62c8292f69 (patch)
tree9da5f07d9b9dd84f3e1a9fce12d0742c4c5320f1 /tox.ini
parent093afc2455325f0b7813b7543c8fe8ba19449157 (diff)
downloadoslo-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.ini4
1 files changed, 0 insertions, 4 deletions
diff --git a/tox.ini b/tox.ini
index dc4cbaf..82ad1e9 100644
--- a/tox.ini
+++ b/tox.ini
@@ -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}'