Use proper horizon version for unit tests

Before, it was installing latest master version for unit tests.
But it is incorrect version of horizon for any of stable branch of our
manila Ui plugin. So, update test-requirements.txt file to install
appropriate branch of Horizon to avoid issues related to evolvement of
latest Horizon that can be incompatible with stable version of plugin.

Change-Id: I2c0a6f283e92c0fb103da211e19228fde46491f8
This commit is contained in:
Valeriy Ponomaryov 2017-02-13 16:29:28 +02:00
parent 8fb21cfb00
commit 2e2ae51e37
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
# 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
-e git://github.com/openstack/horizon.git@stable/ocata#egg=horizon
hacking<0.11,>=0.10.0
coverage>=4.0 # Apache-2.0