Install newer hacking package for pep8
The target was failing with: AttributeError: 'EntryPoints' object has no attribute 'get' due to flake8 version incompatibility with the old hacking. Change-Id: Id5b4004057bbc6095e059b381cc36445766dda7f
This commit is contained in:
parent
c7ed02eb77
commit
f4224f5ad1
@ -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>=2.0.0,<=2.1.0
|
||||
hacking>=6.1.0,<6.2.0
|
||||
coverage>=3.6
|
||||
doc8
|
||||
fixtures>=1.3.1
|
||||
|
Loading…
Reference in New Issue
Block a user