From 20720a8c0ba4114f8a3f0c301bc8b2f35b683565 Mon Sep 17 00:00:00 2001 From: Dmitry Tantsur Date: Mon, 7 Mar 2016 12:59:02 +0100 Subject: [PATCH] Clean up test-requirements Remove unused: discover, oslosphinx, sphinx, pylint, simplejson, mox3. Add actually used mock. Change-Id: I8c839a99b25e7ec4def4f1eb7d1aaff45c3f0381 --- test-requirements.txt | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/test-requirements.txt b/test-requirements.txt index 26ba391..c96af19 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -3,15 +3,10 @@ # process, which may cause wedges in the gate later. coverage>=3.6 # Apache-2.0 -discover # BSD eventlet!=0.18.3,>=0.18.2 # MIT hacking<0.11,>=0.10.0 -oslosphinx!=3.4.0,>=2.5.0 # Apache-2.0 +mock>=1.2 # BSD +os-testr>=0.4.1 # Apache-2.0 oslotest>=1.10.0 # Apache-2.0 -pylint==1.4.5 # GNU GPL v2 -simplejson>=2.2.0 # MIT -sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2 # BSD testscenarios>=0.4 # Apache-2.0/BSD testtools>=1.4.0 # MIT -mox3>=0.7.0 # Apache-2.0 -os-testr>=0.4.1 # Apache-2.0