SVN: ZODB/trunk/buildout.cfg The ZEO.server function depends on zope.testing. This probably needs
Jim Fulton <[email protected]>
| Newsgroups | gmane.comp.python.zope.zodb.cvs |
|---|---|
| Message-ID | <20100129224720.5F839941C3__37952.4756725461$1264805253$gmane$org@cvs.zope.org> |
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