From c4d00b179802b1768d801e559c7f942ae7b0b5ff Mon Sep 17 00:00:00 2001 From: Lorin Hochstein Date: Wed, 16 May 2012 11:56:16 -0400 Subject: [PATCH] Moved test related packages to test-requires Change-Id: Ib4a4394b279188aa969c504b52b19c26746a97e1 --- tools/pip-requires | 2 -- tools/test-requires | 2 ++ 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/pip-requires b/tools/pip-requires index 8d07fd36b..5faba2750 100644 --- a/tools/pip-requires +++ b/tools/pip-requires @@ -1,8 +1,6 @@ cliff argparse -coverage httplib2 -mock prettytable simplejson -e git://github.com/openstack/python-keystoneclient.git#egg=python-keystoneclient diff --git a/tools/test-requires b/tools/test-requires index d8b6afb62..ce094d9f1 100644 --- a/tools/test-requires +++ b/tools/test-requires @@ -1,5 +1,7 @@ distribute>=0.6.24 +coverage +mock mox nose nose-exclude