From a5de051bcb1e994497d57c690677bb2da2924cb1 Mon Sep 17 00:00:00 2001 From: Mehdi Abaakouk Date: Thu, 15 Sep 2016 09:39:53 +0200 Subject: [PATCH] Change tooz and hbase requirement This change are merged together to fix the gating hbase part: The lib API have changed since 1.0 release, Aodh uses API that have been removed/renamed. So we cap requirement to <1.0 to ensure Aodh does not break. tooz part: During the backport of https://review.openstack.org/#/c/326573/, we bump to 1.28. This version is too high for liberty. https://review.openstack.org/#/c/310337/ explains that only 1.19.0 is required, that's perfect this is the version required by liberty. Change-Id: I9b50ea959d8765ed0a53e0994f60774284a982cd --- requirements.txt | 2 +- test-requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 40156b5a..c96f4493 100644 --- a/requirements.txt +++ b/requirements.txt @@ -30,7 +30,7 @@ requests>=2.5.2 six>=1.9.0 SQLAlchemy<1.1.0,>=0.9.7 stevedore>=1.5.0 # Apache-2.0 -tooz>=1.28.0 # Apache-2.0 +tooz>=1.19.0 # Apache-2.0 Werkzeug>=0.7 # BSD License WebOb>=1.2.3 WSME>=0.8 diff --git a/test-requirements.txt b/test-requirements.txt index 9e9d7fbe..895fad8f 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -7,7 +7,7 @@ hacking<0.11,>=0.10.0 Babel>=1.3 coverage>=3.6 fixtures>=1.3.1 -happybase!=0.7,>=0.5;python_version=='2.7' +happybase!=0.7,>=0.5,<1.0;python_version=='2.7' mock>=1.0 PyMySQL>=0.6.2 # MIT License # Docs Requirements