From 1231ae03e5686da787192ddc254fcc7bd4666c66 Mon Sep 17 00:00:00 2001 From: Ken Thomas Date: Mon, 18 Jun 2012 22:19:53 +0000 Subject: [PATCH] Move unittest2 dependency bug 1014845 It looks like an earlier fix for bug 933076 put the unittest2 dependency in the wrong file. Moving it to the correct file. Added a version to the unittest2 dependency Removed a blank line Change-Id: I06a8963fc5aca80438348d26569d8efb4568f754 --- tools/pip-requires | 1 - tools/test-requires | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/pip-requires b/tools/pip-requires index 0bfb0d053..32cdbc0b5 100644 --- a/tools/pip-requires +++ b/tools/pip-requires @@ -2,4 +2,3 @@ argparse httplib2 prettytable simplejson -unittest2 diff --git a/tools/test-requires b/tools/test-requires index bc8f1b259..077a58a16 100644 --- a/tools/test-requires +++ b/tools/test-requires @@ -8,3 +8,4 @@ nose-exclude openstack.nose_plugin pep8==1.2 sphinx>=1.1.2 +unittest2>=0.5.1