[Checkins] SVN: grok/trunk/buildout.cfg Remove addressbook from bootstrap - I cannot run the functional tests

Martijn Faassen faassen at infrae.com
Sat Oct 21 10:15:15 EDT 2006


Log message for revision 70863:
  Remove addressbook from bootstrap - I cannot run the functional tests
  otherwise, as they need python-ldap, and I haven't installed that under
  the OS X I'm using right now. :)
  

Changed:
  U   grok/trunk/buildout.cfg

-=-
Modified: grok/trunk/buildout.cfg
===================================================================
--- grok/trunk/buildout.cfg	2006-10-21 14:13:33 UTC (rev 70862)
+++ grok/trunk/buildout.cfg	2006-10-21 14:15:15 UTC (rev 70863)
@@ -18,18 +18,15 @@
 eggs = setuptools
        grok
        grokwiki
-       addressbook
 
 zcml = *
        grok-meta
        grokwiki
-       addressbook
 
 [test]
 recipe = zc.recipe.testrunner
 eggs = grok
        grokwiki
-       addressbook
 extra-paths = parts/zope3/src
 defaults = ['--tests-pattern', '^f?tests$',
             '-v'



More information about the Checkins mailing list