From be8e3372aa94070972af30c1c355846a0ca4d6a9 Mon Sep 17 00:00:00 2001 From: Akihiro Motoki Date: Wed, 15 Aug 2018 23:55:21 +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. Change-Id: I25cb4aa6558c599d3c1e334c5281dcb6ca7e3b9f --- lower-constraints.txt | 8 +------- requirements.txt | 2 +- test-requirements.txt | 6 ------ 3 files changed, 2 insertions(+), 14 deletions(-) diff --git a/lower-constraints.txt b/lower-constraints.txt index 7154f7d2..48de39a3 100644 --- a/lower-constraints.txt +++ b/lower-constraints.txt @@ -18,7 +18,6 @@ Django==1.8 django-appconf==1.0.2 django-babel==0.5.1 django-compressor==2.0 -django-nose==1.4.4 django-pyscss==2.0.2 doc8==0.6.0 docutils==0.11 @@ -32,7 +31,7 @@ flake8-import-order==0.12 futurist==1.2.0 greenlet==0.4.10 hacking==0.12.0 -horizon==14.0.0.0b1 +horizon==14.0.0.0b3 idna==2.6 iso8601==0.1.11 Jinja2==2.10 @@ -53,11 +52,6 @@ munch==2.1.0 netaddr==0.7.18 netifaces==0.10.4 nodeenv==0.9.4 -nose==1.3.7 -nose-exclude==0.3.0 -nosehtmloutput==0.0.3 -nosexcover==1.0.10 -openstack.nose-plugin==0.7 openstacksdk==0.11.2 os-client-config==1.28.0 os-service-types==1.2.0 diff --git a/requirements.txt b/requirements.txt index a4585c81..21d55a04 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,7 +12,7 @@ python-heatclient>=1.10.0 # Apache-2.0 # This will be installed from git in OpenStack CI if the job setting # required-projects for horizon: -horizon>=14.0.0.0b1 # Apache-2.0 +horizon>=14.0.0.0b3 # Apache-2.0 xstatic-angular-uuid>=0.0.4.0 # MIT xstatic-angular-vis>=4.16.0.0 # MIT diff --git a/test-requirements.txt b/test-requirements.txt index 8842a878..c820e331 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -10,15 +10,9 @@ 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 doc8>=0.6.0 # Apache-2.0 flake8-import-order==0.12 # LGPLv3 mock>=2.0.0 # BSD mox3>=0.20.0 # Apache-2.0 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