From 9dcce1f163ddc5313e65fbc01953c7a7362fa22a Mon Sep 17 00:00:00 2001 From: Ziad Sawalha Date: Thu, 28 Jul 2011 23:44:53 -0500 Subject: [PATCH] Add unittest2 to pip requires for testing Change-Id: I425ab1b53fd4519902af017e39a4cfd638984f49 --- tools/pip-requires-testing | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/pip-requires-testing b/tools/pip-requires-testing index 4991904552..c8c03ad1db 100644 --- a/tools/pip-requires-testing +++ b/tools/pip-requires-testing @@ -1,2 +1,3 @@ webtest -DTest \ No newline at end of file +DTest +unittest2