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:
@@ -2,7 +2,7 @@
|
|||||||
# of appearance. Changing the order has an impact on the overall integration
|
# of appearance. Changing the order has an impact on the overall integration
|
||||||
# process, which may cause wedges in the gate later.
|
# 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
|
coverage>=3.6
|
||||||
doc8
|
doc8
|
||||||
fixtures>=1.3.1
|
fixtures>=1.3.1
|
||||||
|
Reference in New Issue
Block a user