From 631ade59bca8a2c680d2709619f58a62c8292f69 Mon Sep 17 00:00:00 2001 From: gord chung Date: Thu, 16 Feb 2017 21:50:50 +0000 Subject: 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 --- tools/tox_install.sh | 3 --- 1 file changed, 3 deletions(-) (limited to 'tools') 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 $? -- cgit v1.2.1