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. Change-Id: I4c27c5a330976637b43831b6748465c518926bb5
This commit is contained in:
parent
e930299fc9
commit
7f361343c8
@ -7,7 +7,6 @@
|
|||||||
# be installed in a specific order.
|
# be installed in a specific order.
|
||||||
#
|
#
|
||||||
# Requirements for docs
|
# Requirements for docs
|
||||||
django-nose>=1.4.4 # BSD
|
|
||||||
mock>=2.0.0 # BSD
|
mock>=2.0.0 # BSD
|
||||||
mox3>=0.20.0 # Apache-2.0
|
mox3>=0.20.0 # Apache-2.0
|
||||||
openstackdocstheme>=1.18.1 # Apache-2.0
|
openstackdocstheme>=1.18.1 # Apache-2.0
|
||||||
|
@ -17,7 +17,6 @@ deprecation==2.0
|
|||||||
django-appconf==1.0.2
|
django-appconf==1.0.2
|
||||||
django-babel==0.6.2
|
django-babel==0.6.2
|
||||||
django-compressor==2.2
|
django-compressor==2.2
|
||||||
django-nose==1.4.4
|
|
||||||
django-pyscss==2.0.2
|
django-pyscss==2.0.2
|
||||||
Django==1.11
|
Django==1.11
|
||||||
docutils==0.14
|
docutils==0.14
|
||||||
@ -50,11 +49,6 @@ munch==2.2.0
|
|||||||
netaddr==0.7.19
|
netaddr==0.7.19
|
||||||
netifaces==0.10.6
|
netifaces==0.10.6
|
||||||
nodeenv==0.9.4
|
nodeenv==0.9.4
|
||||||
nose-exclude==0.3.0
|
|
||||||
nose==1.3.7
|
|
||||||
nosehtmloutput==0.0.3
|
|
||||||
nosexcover==1.0.10
|
|
||||||
openstack.nose-plugin==0.7
|
|
||||||
openstackdocstheme==1.18.1
|
openstackdocstheme==1.18.1
|
||||||
openstacksdk==0.12.0
|
openstacksdk==0.12.0
|
||||||
os-client-config==1.29.0
|
os-client-config==1.29.0
|
||||||
|
@ -10,6 +10,4 @@
|
|||||||
pbr!=2.1.0,>=2.0.0 # Apache-2.0
|
pbr!=2.1.0,>=2.0.0 # Apache-2.0
|
||||||
python-zaqarclient>=1.0.0 # Apache-2.0
|
python-zaqarclient>=1.0.0 # Apache-2.0
|
||||||
Babel!=2.4.0,>=2.3.4 # BSD
|
Babel!=2.4.0,>=2.3.4 # BSD
|
||||||
Django<2.0,>=1.11 # BSD
|
horizon>=14.0.0.0b3 # Apache-2.0
|
||||||
django-babel>=0.6.2 # BSD
|
|
||||||
horizon>=14.0.0.0b1 # Apache-2.0
|
|
||||||
|
@ -10,6 +10,5 @@
|
|||||||
hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0
|
hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0
|
||||||
#
|
#
|
||||||
coverage!=4.4,>=4.0 # Apache-2.0
|
coverage!=4.4,>=4.0 # Apache-2.0
|
||||||
django-nose>=1.4.4 # BSD
|
|
||||||
mock>=2.0.0 # BSD
|
mock>=2.0.0 # BSD
|
||||||
testtools>=2.2.0 # MIT
|
testtools>=2.2.0 # MIT
|
||||||
|
Loading…
x
Reference in New Issue
Block a user