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
This commit is contained in:
zhulingjie 2019-01-05 01:48:17 +08:00
parent 6d4e321ad5
commit e1fd1b0d6e
1 changed files with 1 additions and 1 deletions

View File

@ -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