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: Iadc26ac3997711143ca27de92a25656c96d5416c Closes-Bug: #1664213
This commit is contained in:
parent
6c39d5596f
commit
87c26c9052
@ -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/newton#egg=horizon
|
||||
|
||||
hacking<0.11,>=0.10.0
|
||||
coverage>=3.6 # Apache-2.0
|
||||
|
Loading…
Reference in New Issue
Block a user