From e2a537937a446172d718f9ff04a21f8bb97b02f5 Mon Sep 17 00:00:00 2001 From: Liping Mao Date: Mon, 29 Aug 2016 20:27:29 +0800 Subject: [PATCH] Remove unused docker-py in test-requirements.txt Change-Id: I776c1b2f77ba4fc08b820987945fd7772a46805c Closes-bug: #1618005 --- test-requirements.txt | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/test-requirements.txt b/test-requirements.txt index 8e210e0b..59022e50 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -3,16 +3,14 @@ # process, which may cause wedges in the gate later. -hacking<0.11,>=0.10.0 - coverage>=3.6 # Apache-2.0 ddt>=1.0.1 # MIT -python-subunit>=0.0.18 # Apache-2.0/BSD -sphinx!=1.3b1,<1.3,>=1.2.1 # BSD +hacking<0.11,>=0.10.0 oslosphinx!=3.4.0,>=2.5.0 # Apache-2.0 oslotest>=1.10.0 # Apache-2.0 +python-subunit>=0.0.18 # Apache-2.0/BSD +reno>=1.8.0 # Apache2 +sphinx!=1.3b1,<1.3,>=1.2.1 # BSD testrepository>=0.0.18 # Apache-2.0/BSD testscenarios>=0.4 # Apache-2.0/BSD testtools>=1.4.0 # MIT -docker-py<1.8.0,>=1.6.0 # Apache-2.0 -reno>=1.8.0 # Apache2