From bc90281f278355522febf15e9d2ea07769cc6cc3 Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Mon, 18 Jul 2016 11:37:09 -0500 Subject: [PATCH] Update hacking to global-requirements value The existing version is failing open, which can cause errors to show up. The new version doesn't fail this way. Change-Id: I711b6aa286908040aa6ea5f93f76b8bc512d56ed --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index 4126614b..16e7dc32 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.11.0,<0.12 # Apache-2.0 flake8-docstrings==0.2.1.post1 # MIT bandit>=1.0.1 # Apache-2.0