From: John Griffith Date: Fri, 28 Sep 2012 00:45:39 +0000 (-0600) Subject: Update distribute version in test requires. X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=38f4d6ef58ae6f89958a4cdc025d0c7aa0dcfb0c;p=openstack-build%2Fcinder-build.git Update distribute version in test requires. Changes in openstack-infrastructure have upgraded version of distribute. We should match this to keep things consistent. CI systems are installing virtualenv>=1.8 which gives distribute 0.6.28, so we'll add that to our test-requires. Change-Id: I44ad33fd0e96576379ee62a6f584f742e466ce74 --- diff --git a/tools/test-requires b/tools/test-requires index e23a2578b..7e7f3246e 100644 --- a/tools/test-requires +++ b/tools/test-requires @@ -1,5 +1,5 @@ # Packages needed for dev testing -distribute>=0.6.24 +distribute>=0.6.28 coverage mox==0.5.3