From c49aa9dedfe9d6c682806a96931444fac94ff8fe Mon Sep 17 00:00:00 2001 From: Chuck Short Date: Fri, 24 Aug 2018 09:29:37 -0400 Subject: [PATCH] Remove nose dependency Remove the nose dependency since its not being used anywhere. Change-Id: I35ec4ca6075230b4425c8419e2d022ef28f66421 Signed-off-by: Chuck Short --- lower-constraints.txt | 1 - test-requirements.txt | 1 - 2 files changed, 2 deletions(-) diff --git a/lower-constraints.txt b/lower-constraints.txt index 1d901877..af87ed74 100644 --- a/lower-constraints.txt +++ b/lower-constraints.txt @@ -46,7 +46,6 @@ mox3==0.25.0 msgpack==0.5.6 netaddr==0.7.18 netifaces==0.10.6 -nose==1.3.7 openstackdocstheme==1.18.1 os-api-ref==1.4.0 os-client-config==1.29.0 diff --git a/test-requirements.txt b/test-requirements.txt index 7806a8fb..38a5f4a0 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -3,7 +3,6 @@ # process, which may cause wedges in the gate later. hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0 -nose>=1.3.7 # LGPL mock>=2.0.0 # BSD fixtures>=3.0.0 # Apache-2.0/BSD testrepository>=0.0.18 # Apache-2.0/BSD