From 437f9c920c801553ae76fbed9f5edc8021dfb3a0 Mon Sep 17 00:00:00 2001 From: Akihiro Motoki Date: Wed, 15 Aug 2018 23:51:31 +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: Iee1ed1d7207bc430ff99179e1af45d9719eef367 --- 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 75907a1..99173a4 100644 --- a/lower-constraints.txt +++ b/lower-constraints.txt @@ -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 diff --git a/requirements.txt b/requirements.txt index 6a14eb1..4992332 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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 diff --git a/test-requirements.txt b/test-requirements.txt index 1e78fb4..2dd35d7 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -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