From 33aba6488914b71443c5ea5bf23c0e71f1e137fa Mon Sep 17 00:00:00 2001 From: Erik Olof Gunnar Andersson Date: Thu, 15 Mar 2018 10:59:47 -0700 Subject: [PATCH] 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 --- requirements.txt | 2 ++ tox.ini | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 7878933f3..ddf73600f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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 diff --git a/tox.ini b/tox.ini index 1ebc49c43..b9aaa88a2 100644 --- a/tox.ini +++ b/tox.ini @@ -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