From 4ad8cfcd83383c5f59eeac4687c765d6d9b01690 Mon Sep 17 00:00:00 2001 From: Jeremy Liu Date: Thu, 2 Mar 2017 17:07:10 +0800 Subject: [PATCH] Fix gate failure on pep8 update test-requirements to match global requirements. Change-Id: I2b6c6dfc4ca5cf614319524bc1dad30b6b0a052c Partial-Bug: #1668848 --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index 80006441..0a34c162 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. coverage>=4.0 # Apache-2.0 -hacking<0.11,>=0.10.0 +hacking>=0.12.0,!=0.13.0,<0.14 # Apache-2.0 fixtures>=3.0.0 # Apache-2.0/BSD requests-mock>=1.1 # Apache-2.0 mock>=2.0 # BSD