summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorMehdi Abaakouk <sileht@redhat.com>2017-01-26 08:00:18 +0100
committerMehdi Abaakouk <sileht@redhat.com>2017-01-26 08:00:39 +0100
commit61c9e03b6baea6c93a0521b9451dc4a63c6bf395 (patch)
treeba7cbae247794918f47bda1d6c3693c03fa4b111 /tools
parent58f20a8812b3067dbc7226922015b46de75461c7 (diff)
downloadoslo-messaging-61c9e03b6baea6c93a0521b9451dc4a63c6bf395.tar.gz
kafka: Remove testing hack for kafka
Change-Id: Ie304f1ed34156bfb60b9bc9acd4ad0aa5bad4657
Diffstat (limited to 'tools')
-rwxr-xr-xtools/tox_install.sh6
1 files changed, 0 insertions, 6 deletions
diff --git a/tools/tox_install.sh b/tools/tox_install.sh
index 8572755..97a198d 100755
--- a/tools/tox_install.sh
+++ b/tools/tox_install.sh
@@ -27,11 +27,5 @@ pip install -c$localfile openstack-requirements
edit-constraints $localfile -- $CLIENT_NAME
pip install -c$localfile -U $*
-# NOTE(sileht) temporary overrided since requirements repo cap it to <1.0.0
-# due to monasca project that have some concern with newer version.
-# The driver is currently experimental, python-kafka<1.0.0 API have major issue
-# that can't make the oslo.messaging driver works, so we prefer having a working
-# driver with a non-synced dep, that the reverse
-pip install -U 'kafka-python>=1.3.1'
exit $?