From dd0468f72b3382f5b84569928b9de0c78c012bd5 Mon Sep 17 00:00:00 2001
From: licanwei
Date: Wed, 6 Sep 2017 18:05:51 -0700
Subject: [PATCH] removed horizon from test_requestent.txt
Horizon in the test_requestent.text causes failure
when installing devstack.
For the problem of depending on horizon,
we can move horizon.tar.gz to tox.ini
Change-Id: Ifcc109d1a8cc6df9baced39b76159e04505db3b1
---
test-requirements.txt | 3 ---
tox.ini | 1 +
2 files changed, 1 insertion(+), 3 deletions(-)
diff --git a/test-requirements.txt b/test-requirements.txt
index b53d87f..ae14b4d 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -3,9 +3,6 @@
# process, which may cause wedges in the gate later.
# Hacking already pins down pep8, pyflakes and flake8
-# Testing Requirements
-http://tarballs.openstack.org/horizon/horizon-master.tar.gz#egg=horizon
-
hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0
coverage!=4.4,>=4.0 # Apache-2.0
django-nose>=1.4.4 # BSD
diff --git a/tox.ini b/tox.ini
index aeaa77c..065f206 100644
--- a/tox.ini
+++ b/tox.ini
@@ -21,6 +21,7 @@ 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