From d02d4b3f1b54eb4eba60daa9df2fd34a45766207 Mon Sep 17 00:00:00 2001 From: Ken'ichi Ohmichi Date: Fri, 3 Feb 2017 14:54:50 -0800 Subject: [PATCH] Update hacking version hacking version is managed in test-requirements.txt and the latest version is 0.13.0 now. However 0.13.0 is in very sorry shape as the Change-Id of hacking I714caa085fa35cb4aac3b65c73a7de6d4807d04d . So this patch updates our test-requirements.txt to avoid using 0.13.0. Change-Id: If94186a74a022bc689d7c9c7f56f4bdb9376e8a7 --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index 0af10132e71c..05df9e71f1b5 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -2,7 +2,7 @@ # of appearance. Changing the order has an impact on the overall integration # process, which may cause wedges in the gate later. -hacking<0.11,>=0.10.0 +hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0 coverage>=4.0 # Apache-2.0 ddt>=1.0.1 # MIT fixtures>=3.0.0 # Apache-2.0/BSD