]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commitdiff
Update distribute version in test requires.
authorJohn Griffith <john.griffith@solidfire.com>
Fri, 28 Sep 2012 00:45:39 +0000 (18:45 -0600)
committerJohn Griffith <john.griffith@solidfire.com>
Fri, 28 Sep 2012 00:49:23 +0000 (18:49 -0600)
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

index e23a2578b31edaad0630a06a2cbcc2ed0166d188..7e7f3246e42da77f75f6c6da4d31377e6b113f87 100644 (file)
@@ -1,5 +1,5 @@
 # Packages needed for dev testing
-distribute>=0.6.24
+distribute>=0.6.28
 
 coverage
 mox==0.5.3