[Checkins] SVN: five.localsitemanager/trunk/buildout.cfg - simplify test buildout

Jens Vagelpohl jens at dataflake.org
Tue May 26 04:59:18 EDT 2009


Log message for revision 100389:
  - simplify test buildout

Changed:
  U   five.localsitemanager/trunk/buildout.cfg

-=-
Modified: five.localsitemanager/trunk/buildout.cfg
===================================================================
--- five.localsitemanager/trunk/buildout.cfg	2009-05-26 01:49:27 UTC (rev 100388)
+++ five.localsitemanager/trunk/buildout.cfg	2009-05-26 08:59:18 UTC (rev 100389)
@@ -1,22 +1,10 @@
 [buildout]
-parts = zope2 test
+parts = test
 develop = .
 
-[zope2]
-recipe = plone.recipe.zope2install
-url = http://www.zope.org/Products/Zope/2.11.2/Zope-2.11.2-final.tgz
-fake-zope-eggs = true
-skip-fake-eggs =
-    zope.component
-    zope.location
-    zope.schema
-additional-fake-eggs =
-    Acquisition
-    Zope2
-    ZODB3
-
 [test]
-recipe = zc.recipe.testrunner < 1.1
-eggs = five.localsitemanager [test]
-extra-paths = ${zope2:location}/lib/python
-defaults = ['-c']
+recipe = zc.recipe.testrunner
+eggs = 
+    Zope2
+    five.localsitemanager [test]
+defaults = ['-c', '--module', 'five.localsitemanager']



More information about the Checkins mailing list