Drop nose dependencies

Horizon test setting no longer depends on nose and related stuffs.
This commit cleans up nose related dependencies.

Filenames of test modules need to start with test_*
so that Django test runner detects them.
There is no test defined but it would be nice to adjust the filename.

Also moves horizon dependencies to requirements.txt.

Change-Id: Ib2f246d76da8a1f5d26a9cf8e9ef27e5f4f62bee
This commit is contained in:
Akihiro Motoki 2018-08-17 00:28:20 +09:00
parent 8f8022d3b8
commit baeb8879a2
3 changed files with 2 additions and 14 deletions

View File

@ -8,6 +8,5 @@
#
# PBR should always appear first
pbr>=2.0.0 # Apache-2.0
Babel>=2.3.4 # BSD
Django<1.12,>=1.11 # BSD
django-babel>=0.5.1 # BSD
horizon>=14.0.0.0b3 # Apache-2.0

View File

@ -9,15 +9,9 @@
# Hacking should appear first in case something else depends on pep8
hacking>=0.12.0,!=0.13.0,<0.14 # Apache-2.0
coverage>=4.0 # Apache-2.0
django-nose>=1.4.4 # BSD
mock>=2.0 # BSD
mox3!=0.19.0,>=0.7.0 # Apache-2.0
nodeenv>=0.9.4 # BSD
nose # LGPL
nose-exclude # LGPL
nosehtmloutput>=0.0.3 # Apache-2.0
nosexcover # BSD
openstack.nose-plugin>=0.7 # Apache-2.0
oslosphinx>=4.7.0 # Apache-2.0
reno>=1.8.0 # Apache-2.0
selenium>=2.50.1 # Apache-2.0
@ -26,8 +20,3 @@ testtools>=1.4.0 # MIT
# This also needs xvfb library installed on your OS
xvfbwrapper>=0.1.3 #license: MIT
sphinx-rtd-theme>=0.2.4
# OpenStack CI will install the following projects from git
# if they are in the required-projects list for a job:
horizon>=13.0.0 # Apache-2.0