Install horizon directly from pypi
It's no longer possible to install horizon with our current method, and it's causing the ci to fail. http://lists.openstack.org/pipermail/openstack-dev/2018-March/128310.html Change-Id: Ia92d797d98154310085118d80985401d751e2e32 Depends-On: I7d64413442ca21ce21bd6c4cf0ac3821c785488d
This commit is contained in:
parent
90e472a613
commit
d6a80e2f6f
@ -12,3 +12,4 @@ python-zaqarclient>=1.0.0 # Apache-2.0
|
|||||||
Babel!=2.4.0,>=2.3.4 # BSD
|
Babel!=2.4.0,>=2.3.4 # BSD
|
||||||
Django<2.0,>=1.8 # BSD
|
Django<2.0,>=1.8 # BSD
|
||||||
django-babel>=0.5.1 # BSD
|
django-babel>=0.5.1 # BSD
|
||||||
|
horizon>=13.0.0 # Apache-2.0
|
||||||
|
@ -26,5 +26,3 @@ sphinx!=1.6.6,>=1.6.2 # BSD
|
|||||||
testtools>=2.2.0 # MIT
|
testtools>=2.2.0 # MIT
|
||||||
# This also needs xvfb library installed on your OS
|
# This also needs xvfb library installed on your OS
|
||||||
xvfbwrapper>=0.1.3 #license: MIT
|
xvfbwrapper>=0.1.3 #license: MIT
|
||||||
# Include horizon as test requirement
|
|
||||||
http://tarballs.openstack.org/horizon/horizon-master.tar.gz#egg=horizon
|
|
||||||
|
Loading…
Reference in New Issue
Block a user