Fix horizon dependency in test-requirements

There are incompatible changes in horizon
that will break older stable branches
if tested with; so add the correct version
of horizon in test-requirements.

Change-Id: I48f38ca741f3a3c1e11e13abdd8ee2a9c89d7000
Closes-Bug: #1794890
This commit is contained in:
Goutham Pacha Ravi 2018-09-27 16:24:28 -07:00
parent 51ce20809a
commit 10d7bbc798
1 changed files with 3 additions and 2 deletions

View File

@ -2,8 +2,6 @@
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
-e git://github.com/openstack/horizon.git#egg=horizon
hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0
coverage!=4.4,>=4.0 # Apache-2.0
ddt>=1.0.1 # MIT
@ -17,3 +15,6 @@ testrepository>=0.0.18 # Apache-2.0/BSD
testscenarios>=0.4 # Apache-2.0/BSD
testtools>=2.2.0 # MIT
reno>=2.5.0 # Apache-2.0
# Include horizon as test requirement
http://tarballs.openstack.org/horizon/horizon-stable-queens.tar.gz#egg=horizon