[Checkins] SVN: Products.ZCatalog/trunk/buildout.cfg Add a test runner for the optional dependency case

Hanno Schlichting hannosch at hannosch.eu
Thu Oct 20 08:25:49 EST 2011


Log message for revision 123114:
  Add a test runner for the optional dependency case
  

Changed:
  U   Products.ZCatalog/trunk/buildout.cfg

-=-
Modified: Products.ZCatalog/trunk/buildout.cfg
===================================================================
--- Products.ZCatalog/trunk/buildout.cfg	2011-10-20 13:23:09 UTC (rev 123113)
+++ Products.ZCatalog/trunk/buildout.cfg	2011-10-20 13:25:49 UTC (rev 123114)
@@ -1,9 +1,13 @@
 [buildout]
-extends = http://download.zope.org/Zope2/index/2.13.1/versions.cfg
+extends = http://download.zope.org/Zope2/index/2.13.10/versions.cfg
 
 develop = .
-parts = interpreter test
+parts = interpreter test test-globalrequest
 
+[versions]
+five.globalrequest = 1.0
+zope.globalrequest = 1.0
+
 [interpreter]
 recipe = zc.recipe.egg
 interpreter = python
@@ -12,3 +16,9 @@
 [test]
 recipe = zc.recipe.testrunner
 eggs = Products.ZCatalog
+
+[test-globalrequest]
+recipe = zc.recipe.testrunner
+eggs =
+    five.globalrequest
+    Products.ZCatalog



More information about the checkins mailing list