From e1fd1b0d6eb862053cd367805572b73458717337 Mon Sep 17 00:00:00 2001 From: zhulingjie Date: Sat, 5 Jan 2019 01:48:17 +0800 Subject: [PATCH] Update hacking version Use latest release 1.1.0 and compatible changes w.r.t pep8, the old version of hacking won't work with Python 3.8 Change-Id: I266ec8d7428f896c4dd51892f374b7ba3df1b237 --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index 3cc9350..7ad94ea 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.13.0,<0.14,>=0.12.0 # Apache-2.0 +hacking>=1.1.0,<1.2.0 # Apache-2.0 coverage!=4.4,>=4.0 # Apache-2.0 python-subunit>=1.0.0 # Apache-2.0/BSD