From 7f361343c857562434e8232ea737a5c590c34ae5 Mon Sep 17 00:00:00 2001 From: Akihiro Motoki Date: Fri, 17 Aug 2018 00:37:36 +0900 Subject: [PATCH] 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 --- doc/requirements.txt | 1 - lower-constraints.txt | 6 ------ requirements.txt | 4 +--- test-requirements.txt | 1 - 4 files changed, 1 insertion(+), 11 deletions(-) diff --git a/doc/requirements.txt b/doc/requirements.txt index 6b62210..f6caa22 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -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 diff --git a/lower-constraints.txt b/lower-constraints.txt index 1de59d0..823eaaf 100644 --- a/lower-constraints.txt +++ b/lower-constraints.txt @@ -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 diff --git a/requirements.txt b/requirements.txt index 3721272..9450a49 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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 diff --git a/test-requirements.txt b/test-requirements.txt index d6a8b04..e0a90f6 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -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