From 9ab31e0d03ff1ed534f6bd757741987a8696e5c8 Mon Sep 17 00:00:00 2001 From: ricolin Date: Thu, 2 Mar 2017 15:24:13 +0800 Subject: [PATCH] Update test requirement Since pbr already landed and the old version of hacking seems not work very well with pbr>=2, we should update it to match global requirement. Partial-Bug: #1669276 Change-Id: I90d62333c08f4e90bccc42241fd94ad76d44bb43 --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index 0a19805b0d..bb398e147d 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -10,7 +10,7 @@ bashate>=0.2 # Apache-2.0 coverage>=4.0 # Apache-2.0 doc8 # Apache-2.0 fixtures>=3.0.0 # Apache-2.0/BSD -hacking<0.11,>=0.10.0 # Apache-2.0 +hacking>=0.12.0,!=0.13.0,<0.14 # Apache-2.0 mock>=2.0 # BSD openstackdocstheme>=1.5.0 # Apache-2.0 oslosphinx>=4.7.0 # Apache-2.0