[Checkins] SVN: zc.recipe.zeo/branches/dev/buildout.cfg Updated to use ZODB 3.7 or higher for tests.

Jim Fulton jim at zope.com
Thu Apr 12 16:02:41 EDT 2007


Log message for revision 74112:
  Updated to use ZODB 3.7 or higher for tests.
  

Changed:
  U   zc.recipe.zeo/branches/dev/buildout.cfg

-=-
Modified: zc.recipe.zeo/branches/dev/buildout.cfg
===================================================================
--- zc.recipe.zeo/branches/dev/buildout.cfg	2007-04-12 18:36:04 UTC (rev 74111)
+++ zc.recipe.zeo/branches/dev/buildout.cfg	2007-04-12 20:02:40 UTC (rev 74112)
@@ -1,15 +1,9 @@
 [buildout]
 develop = .
-parts = zodb test
+parts = test
 
 [test]
 recipe = zc.recipe.testrunner
 eggs = zc.recipe.zeo
-       ZODB3
+       ZODB3 >=3.7
 defaults = ['-s', 'zc.recipe.zeo']
-
-# Make sure we have a ZODB handy
-[zodb]
-recipe = zc.recipe.egg
-eggs = ZODB3
-scripts =



More information about the Checkins mailing list