From 1c0da8242fb5f4f24cfcb18be8cb3ff3f03c2311 Mon Sep 17 00:00:00 2001 From: Adam Harwell Date: Wed, 26 Jul 2017 12:16:08 -0700 Subject: [PATCH] Remove reqs from test-req that exist in req Change-Id: I09c6d6991636a1759234f6c242b0f987955a65c5 --- test-requirements.txt | 3 --- 1 file changed, 3 deletions(-) diff --git a/test-requirements.txt b/test-requirements.txt index c900bde..857de3a 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -3,13 +3,10 @@ # process, which may cause wedges in the gate later. hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0 -requests>=2.14.2 # Apache-2.0 requests-mock>=1.1 # Apache-2.0 coverage!=4.4,>=4.0 # Apache-2.0 mock>=2.0 # BSD -keystoneauth1>=3.1.0 # Apache-2.0 python-subunit>=0.0.18 # Apache-2.0/BSD -python-openstackclient!=3.10.0,>=3.3.0 # Apache-2.0 sphinx>=1.6.2 # BSD openstackdocstheme>=1.16.0 # Apache-2.0 oslotest>=1.10.0 # Apache-2.0