From a4de2e8b87cab751f5b55449cf7bf3fb299314a0 Mon Sep 17 00:00:00 2001 From: Akihiro Motoki Date: Fri, 17 Aug 2018 00:40:51 +0900 Subject: [PATCH] Drop nose dependencies Horizon test setting no longer depends on nose and related stuffs. This commit cleans up nose related dependencies. Change-Id: I88ddc1c188bfa81a338522f6d7e2d86616608bc6 --- lower-constraints.txt | 2 -- test-requirements.txt | 1 - 2 files changed, 3 deletions(-) diff --git a/lower-constraints.txt b/lower-constraints.txt index 4c5591e0..ca87ad56 100644 --- a/lower-constraints.txt +++ b/lower-constraints.txt @@ -16,7 +16,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.11 docutils==0.14 @@ -47,7 +46,6 @@ msgpack==0.5.6 munch==2.2.0 netaddr==0.7.19 netifaces==0.10.6 -nose==1.3.7 openstackdocstheme==1.18.1 openstacksdk==0.12.0 os-client-config==1.29.0 diff --git a/test-requirements.txt b/test-requirements.txt index cacbc00b..020dc452 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -5,7 +5,6 @@ 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 python-subunit>=1.0.0 # Apache-2.0/BSD oslotest>=3.2.0 # Apache-2.0 testrepository>=0.0.18 # Apache-2.0/BSD