From 8bd897b7f94bd1726ac5fd97847fffc50fad59ed Mon Sep 17 00:00:00 2001 From: naseeb Date: Thu, 18 Jan 2018 13:37:26 +0530 Subject: [PATCH] Optimize test_requireemtns.txt and requirements.txt There are few requirement which are not needed to be part of test_requirements.txt and requirements.txt Change-Id: Iaa182b3c2c5dfa12e5e9302527fff9cc695de481 --- requirements.txt | 1 - test-requirements.txt | 3 --- 2 files changed, 4 deletions(-) diff --git a/requirements.txt b/requirements.txt index f675e4d5..35c6038d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,6 @@ # The order of packages is significant, because pip processes them in the order # of appearance. Changing the order has an impact on the overall integration # process, which may cause wedges in the gate later. -hacking>=1.0.0 # Apache-2.0 pbr!=2.1.0,>=2.0.0 # Apache-2.0 oslo.log>=3.36.0 # Apache-2.0 oslo.config>=5.1.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index abe2b2ca..04375662 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -12,6 +12,3 @@ coverage!=4.4,>=4.0 # Apache-2.0 nose>=1.3.7 # LGPL nosexcover>=1.0.10 # BSD oslotest>=3.2.0 # Apache-2.0 -oslo.policy>=1.30.0 # Apache-2.0 -oslo.log>=3.36.0 # Apache-2.0 -tempest>=17.1.0 # Apache-2.0