[Checkins] SVN: five.pt/trunk/buildout.cfg Updated test-case to use the Zope2 egg.

Malthe Borch mborch at gmail.com
Tue Dec 16 06:39:23 EST 2008


Log message for revision 94116:
  Updated test-case to use the Zope2 egg.

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

-=-
Modified: five.pt/trunk/buildout.cfg
===================================================================
--- five.pt/trunk/buildout.cfg	2008-12-16 11:39:02 UTC (rev 94115)
+++ five.pt/trunk/buildout.cfg	2008-12-16 11:39:23 UTC (rev 94116)
@@ -1,37 +1,36 @@
 [buildout]
+extends = http://download.zope.org/zope3.4/versions.cfg
+
+find-links =
+    http://dist.repoze.org/zope2/dev
+
 develop = .
 
 parts =
-    zope2
+    lxml
     test
 
 eggs =
+    Zope2
     five.pt
-    
-[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.testing
 
-[instance]
-recipe = plone.recipe.zope2instance
-zope2-location = ${zope2:location}
-user = admin:admin
-eggs =
-    ${buildout:eggs}
+versions = versions
 
-environment-vars =
-    CHAMELEON_DEBUG = False
-    CHAMELEON_CACHE = False
+[versions]
+zope.testing = 3.7.1
+zope.i18n = 3.6.0
+lxml = 2.1.3
 
+[lxml]
+recipe = z3c.recipe.staticlxml
+egg = lxml>=2.1.3
+
 [test]
-recipe = zc.recipe.testrunner
+recipe = zc.recipe.testrunner<1.1dev
+eggs = ${buildout:eggs}
+defaults = ['-m', 'five.pt']
 environment = test-environment
-extra-paths = ${zope2:location}/lib/python
-eggs =
-   ${instance:eggs}
 
 [test-environment]
-Z3C_PT_DEBUG = False
+CHAMELEON_DEBUG = 1
+CHAMELEON_CACHE = 0



More information about the Checkins mailing list