Update to a newer hacking library
The older hacking library has a cap on pbr <2.0, with the recent 2.0.0 release of PBR it's causing failures in the pep8 job. hacking isn't kept in sync via the typical proposal-bot updates. Do it manually to clear the gate issue. Change-Id: Iceb3aca107f067de568b26beacfccebe55c9e7bd Related-Bug: #1668848
This commit is contained in:
parent
2fd576b864
commit
572c45b07a
@ -7,7 +7,7 @@
|
|||||||
# be installed in a specific order.
|
# be installed in a specific order.
|
||||||
#
|
#
|
||||||
# Hacking should appear first in case something else depends on pep8
|
# Hacking should appear first in case something else depends on pep8
|
||||||
hacking<0.11,>=0.10.2
|
hacking>=0.12.0,!=0.13.0,<0.14 # Apache-2.0
|
||||||
#
|
#
|
||||||
coverage>=3.6 # Apache-2.0
|
coverage>=3.6 # Apache-2.0
|
||||||
django-nose>=1.2 # BSD
|
django-nose>=1.2 # BSD
|
||||||
|
Loading…
x
Reference in New Issue
Block a user