Update test requirement
Since pbr already landed and the old version of hacking seems not work very well with pbr>=2, we should update it to match global requirement. Partial-Bug: #1668848 Change-Id: I0bf52b0ad447d32f672543fa46f24951b0d786fb
This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
# Require Horizon
|
# Require Horizon
|
||||||
-e git://github.com/openstack/horizon.git#egg=horizon
|
-e git://github.com/openstack/horizon.git#egg=horizon
|
||||||
|
|
||||||
hacking<0.11,>=0.10.2 # Apache-2.0
|
hacking>=0.12.0,!=0.13.0,<0.14 # Apache-2.0
|
||||||
|
|
||||||
coverage>=4.0 # Apache-2.0
|
coverage>=4.0 # Apache-2.0
|
||||||
django-nose>=1.4.4 # BSD
|
django-nose>=1.4.4 # BSD
|
||||||
|
Reference in New Issue
Block a user