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. Change-Id: Iee1ed1d7207bc430ff99179e1af45d9719eef367
This commit is contained in:
parent
122d11ceb5
commit
437f9c920c
@ -18,7 +18,6 @@ deprecation==2.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
|
||||
docutils==0.14
|
||||
@ -30,7 +29,7 @@ fixtures==3.0.0
|
||||
flake8==2.5.5
|
||||
futurist==1.6.0
|
||||
hacking==0.12.0
|
||||
horizon==13.0.0
|
||||
horizon==14.0.0.0b3
|
||||
idna==2.6
|
||||
imagesize==1.0.0
|
||||
iso8601==0.1.12
|
||||
@ -50,11 +49,6 @@ msgpack==0.5.6
|
||||
munch==2.2.0
|
||||
netaddr==0.7.19
|
||||
netifaces==0.10.6
|
||||
nose-exclude===0.5.0
|
||||
nose==1.3.7
|
||||
nosehtmloutput==0.0.3
|
||||
nosexcover==1.0.10
|
||||
openstack.nose-plugin==0.7
|
||||
openstackdocstheme==1.18.1
|
||||
openstacksdk==0.12.0
|
||||
os-client-config==1.29.0
|
||||
|
@ -6,4 +6,4 @@ pbr!=2.1.0,>=2.0.0 # Apache-2.0
|
||||
Babel!=2.4.0,>=2.3.4 # BSD
|
||||
python-designateclient>=2.7.0 # Apache-2.0
|
||||
|
||||
horizon>=14.0.0.0b2 # Apache-2.0
|
||||
horizon>=14.0.0.0b3 # Apache-2.0
|
||||
|
@ -13,9 +13,3 @@ unittest2>=1.1.0 # BSD
|
||||
sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD
|
||||
openstackdocstheme>=1.18.1 # Apache-2.0
|
||||
reno>=2.5.0 # Apache-2.0
|
||||
nose>=1.3.7 # LGPL
|
||||
nosehtmloutput>=0.0.3 # Apache-2.0
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user