From 38f4d6ef58ae6f89958a4cdc025d0c7aa0dcfb0c Mon Sep 17 00:00:00 2001 From: John Griffith Date: Thu, 27 Sep 2012 18:45:39 -0600 Subject: [PATCH] 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 --- tools/test-requires | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.45.2