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
This commit is contained in:
Akihiro Motoki 2018-06-03 09:12:18 +09:00
parent e8fb9f75fb
commit 06922a06e2
1 changed files with 0 additions and 8 deletions

View File

@ -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