From fe5f07e891f45886a0e0e00134db36f310566ebd Mon Sep 17 00:00:00 2001 From: Joe Gordon Date: Fri, 23 Aug 2013 16:51:46 -0400 Subject: [PATCH] Upgrade to Hacking 0.7 There was a bug in hacking 0.6 that broke H202, assertRaises Exception too broad, so switch to Hacking 0.7 and fix the one H202 bug. Change-Id: I0ec9532ffbb6b3c8dbd775e6da7bc879b0a6737a --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index dcf5afb8e..07409e8e2 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,4 +1,4 @@ -hacking>=0.5.6,<0.7 +hacking>=0.5.6,<0.8 coverage>=3.6 discover