summaryrefslogtreecommitdiff
path: root/tools
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 /tools
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 'tools')
-rwxr-xr-xtools/tox_install.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/tools/tox_install.sh b/tools/tox_install.sh
index 48ccf96..97a198d 100755
--- a/tools/tox_install.sh
+++ b/tools/tox_install.sh
@@ -27,8 +27,5 @@ pip install -c$localfile openstack-requirements
edit-constraints $localfile -- $CLIENT_NAME
pip install -c$localfile -U $*
-# NOTE(gordc): temporary override since kombu capped at <4.0.0
-pip install -U 'amqp>=2.0.0'
-pip install -U 'kombu>=4.0.0'
exit $?