From 06eeb2bdaa34635da41b01e900ee59eb972b1545 Mon Sep 17 00:00:00 2001 From: Akihiro Motoki Date: Fri, 17 Aug 2018 00:50:53 +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: I1a163eeb10c93133bad4469d9c51ab4854787696 --- lower-constraints.txt | 1 - requirements.txt | 2 +- test-requirements.txt | 1 - 3 files changed, 1 insertion(+), 3 deletions(-) diff --git a/lower-constraints.txt b/lower-constraints.txt index f74b5d7..b7b9fab 100644 --- a/lower-constraints.txt +++ b/lower-constraints.txt @@ -11,7 +11,6 @@ debtcollector==1.19.0 decorator==4.2.1 deprecation==2.0 Django==1.11 -django-nose==1.4.4 docutils==0.11 dogpile.cache==0.6.5 dulwich==0.15.0 diff --git a/requirements.txt b/requirements.txt index 6b897e1..e82098a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,4 +13,4 @@ python-tackerclient>=0.8.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.0b2 # Apache-2.0 +horizon>=14.0.0.0b3 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index fde0086..8a7b755 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -10,7 +10,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 mock>=2.0.0 # BSD nodeenv>=0.9.4 # BSD # This also needs xvfb library installed on your OS