From 8cbd5cb32a377c810c2d754f66d7b094781e076e Mon Sep 17 00:00:00 2001 From: Erik Olof Gunnar Andersson Date: Fri, 16 Mar 2018 00:19:31 -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/553703 Change-Id: If2923cb97514fb79e25a6b40b287548bf6516416 --- requirements.txt | 2 ++ tox.ini | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 7458ad0..cab9d70 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,5 +10,7 @@ httplib2>=0.9.1 # MIT python-keystoneclient>=3.8.0 # Apache-2.0 PyYAML>=3.12 # MIT +horizon>=13.0.0 # Apache-2.0 + # Watcher-specific requirements python-watcherclient>=1.1.0 # Apache-2.0 diff --git a/tox.ini b/tox.ini index 065f206..aeaa77c 100644 --- a/tox.ini +++ b/tox.ini @@ -21,7 +21,6 @@ whitelist_externals = /bin/bash find deps = -r{toxinidir}/requirements.txt -r{toxinidir}/test-requirements.txt - http://tarballs.openstack.org/horizon/horizon-master.tar.gz commands = rm -f .testrepository/times.dbm find . -type f -name "*.pyc" -delete