Drop nose dependencies

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

The change was made in horizon Rocky-3,
so horizon 14.0.0.0b3 is required at least.

Also drops unnecessary Django dependencies. There is no need to
install Django explicitly as it is a horizon dependency.
Babel is dropped from the same reason.

Change-Id: I796942c59d9c8031a0c67261eecd3498d9ef8af8
This commit is contained in:
Akihiro Motoki 2018-08-16 00:00:45 +09:00
parent e8e3798f41
commit aef0a30ba9
3 changed files with 1 additions and 18 deletions

View File

@ -9,7 +9,6 @@ debtcollector==1.19.0
django-appconf==1.0.2
django-babel==0.6.2
django-compressor==2.0
django-nose==1.4.4
django-pyscss==2.0.2
Django==1.11
extras==1.0.0
@ -28,12 +27,7 @@ msgpack==0.5.6
netaddr==0.7.19
netifaces==0.10.6
nodeenv==0.9.4
nose-exclude==0.3.0
nose==1.3.7
nosehtmloutput==0.0.3
nosexcover==1.0.10
openstack-requirements==1.2.0
openstack.nose-plugin==0.7
oslo.config==5.2.0
oslo.context==2.20.0
oslo.i18n==3.20.0

View File

@ -8,10 +8,5 @@
#
# PBR should always appear first
pbr!=2.1.0,>=2.0.0 # Apache-2.0
Babel!=2.4.0,>=2.3.4 # BSD
Django<2.0,>=1.11 # BSD
django-babel>=0.6.2 # BSD
django-compressor>=2.0 # MIT
django-pyscss>=2.0.2 # BSD License (2 clause)
python-blazarclient>=1.0.1 # Apache-2.0
horizon>=13.0.0 # Apache-2.0
horizon>=14.0.0.0b3 # Apache-2.0

View File

@ -10,12 +10,6 @@
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
mock>=2.0.0 # BSD
nodeenv>=0.9.4 # BSD
nose>=1.3.7 # LGPL
nose-exclude>=0.3.0 # LGPL
nosehtmloutput>=0.0.3 # Apache-2.0
nosexcover>=1.0.10 # BSD
openstack.nose-plugin>=0.7 # Apache-2.0
testtools>=2.2.0 # MIT