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:
ricolin 2017-03-02 17:03:12 +08:00
parent 0465135547
commit 56f24c0318

View File

@ -5,7 +5,7 @@
# Require 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
django-nose>=1.4.4 # BSD