[Checkins] SVN: ZODB/trunk/buildout.cfg The ZEO.server function	depends on zope.testing. This probably needs
    Jim Fulton 
    jim at zope.com
       
    Fri Jan 29 17:47:20 EST 2010
    
    
  
Log message for revision 108652:
  The ZEO.server function depends on zope.testing. This probably needs
  to be fixed. :/
  
Changed:
  U   ZODB/trunk/buildout.cfg
-=-
Modified: ZODB/trunk/buildout.cfg
===================================================================
--- ZODB/trunk/buildout.cfg	2010-01-29 22:41:08 UTC (rev 108651)
+++ ZODB/trunk/buildout.cfg	2010-01-29 22:47:19 UTC (rev 108652)
@@ -14,5 +14,5 @@
 
 [scripts]
 recipe = zc.recipe.egg
-eggs = ZODB3
+eggs = ZODB3 [test]
 interpreter = py
    
    
More information about the checkins
mailing list