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:
Akihiro Motoki 2018-08-17 00:37:36 +09:00
parent e930299fc9
commit 7f361343c8
4 changed files with 1 additions and 11 deletions

View File

@ -7,7 +7,6 @@
# be installed in a specific order.
#
# Requirements for docs
django-nose>=1.4.4 # BSD
mock>=2.0.0 # BSD
mox3>=0.20.0 # Apache-2.0
openstackdocstheme>=1.18.1 # Apache-2.0

View File

@ -17,7 +17,6 @@ deprecation==2.0
django-appconf==1.0.2
django-babel==0.6.2
django-compressor==2.2
django-nose==1.4.4
django-pyscss==2.0.2
Django==1.11
docutils==0.14
@ -50,11 +49,6 @@ munch==2.2.0
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.nose-plugin==0.7
openstackdocstheme==1.18.1
openstacksdk==0.12.0
os-client-config==1.29.0

View File

@ -10,6 +10,4 @@
pbr!=2.1.0,>=2.0.0 # Apache-2.0
python-zaqarclient>=1.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
horizon>=14.0.0.0b1 # Apache-2.0
horizon>=14.0.0.0b3 # Apache-2.0

View File

@ -10,6 +10,5 @@
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
testtools>=2.2.0 # MIT