From 06922a06e25920051ade1f646bb68828e161c397 Mon Sep 17 00:00:00 2001 From: Akihiro Motoki Date: Sun, 3 Jun 2018 09:12:18 +0900 Subject: [PATCH] Cleanup unnecessary entries in test-requirements.txt horizon and Django in test-requirements.txt are not required because horizon is delcared in requirements.txt and Django will be insstalled by horizon dependency. Dropping them simplifies requirement maintenance. Change-Id: I0f6c70200a81391a272f472b94d568c9b51554bf --- test-requirements.txt | 8 -------- 1 file changed, 8 deletions(-) diff --git a/test-requirements.txt b/test-requirements.txt index cd334c9..1e78fb4 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -19,11 +19,3 @@ openstack.nose-plugin>=0.7 # Apache-2.0 django-nose>=1.4.4 # BSD nosexcover>=1.0.10 # BSD nose-exclude>=0.5.0 # LGPL - -# Horizon requirements -Django<2.0,>=1.11 # BSD -django-compressor>=2.0 # MIT - -# OpenStack CI will install the following projects from git -# if they are in the required-projects list for a job: -horizon>=14.0.0.0b1 # Apache-2.0