From d6a80e2f6f65fa46f7854cd2a9a76e0d5e335f75 Mon Sep 17 00:00:00 2001 From: Shu Muto Date: Fri, 16 Mar 2018 15:46:04 +0900 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 Change-Id: Ia92d797d98154310085118d80985401d751e2e32 Depends-On: I7d64413442ca21ce21bd6c4cf0ac3821c785488d --- requirements.txt | 1 + test-requirements.txt | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 09afa13..a1e4ff9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,3 +12,4 @@ python-zaqarclient>=1.0.0 # Apache-2.0 Babel!=2.4.0,>=2.3.4 # BSD Django<2.0,>=1.8 # BSD django-babel>=0.5.1 # BSD +horizon>=13.0.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index a3f787d..e2e4123 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -26,5 +26,3 @@ sphinx!=1.6.6,>=1.6.2 # BSD testtools>=2.2.0 # MIT # This also needs xvfb library installed on your OS xvfbwrapper>=0.1.3 #license: MIT -# Include horizon as test requirement -http://tarballs.openstack.org/horizon/horizon-master.tar.gz#egg=horizon