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

Depends-On: https://review.openstack.org/#/c/553627/
Change-Id: I998fbec953dc4754c81e5ed75e9481d670429019
This commit is contained in:
Erik Olof Gunnar Andersson 2018-03-15 10:59:47 -07:00
parent 27daaddc4c
commit 33aba64889
2 changed files with 2 additions and 1 deletions

View File

@ -17,6 +17,8 @@ castellan>=0.16.0 # Apache-2.0
oslo.log>=3.36.0 # Apache-2.0
semantic-version>=2.3.1 # BSD
horizon>=13.0.0 # Apache-2.0
# message extraction
Babel!=2.4.0,>=2.3.4 # BSD
django-babel>=0.5.1 # BSD

View File

@ -16,7 +16,6 @@ setenv = VIRTUAL_ENV={envdir}
passenv = http_proxy HTTP_PROXY https_proxy HTTPS_PROXY no_proxy NO_PROXY
deps = -r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
http://tarballs.openstack.org/horizon/horizon-master.tar.gz
http://tarballs.openstack.org/heat-dashboard/heat-dashboard-master.tar.gz
commands = {toxinidir}/manage.py test muranodashboard --settings=muranodashboard.tests.settings