[Checkins] SVN: Zope2.buildout/tags/2.11.1/buildout.cfg pinning zc.recipe.testrunner in order to make the buildout actually work

Andreas Jung andreas at andreas-jung.com
Mon Aug 25 11:00:19 EDT 2008


Log message for revision 90218:
  pinning zc.recipe.testrunner in order to make the buildout actually work 
  

Changed:
  U   Zope2.buildout/tags/2.11.1/buildout.cfg

-=-
Modified: Zope2.buildout/tags/2.11.1/buildout.cfg
===================================================================
--- Zope2.buildout/tags/2.11.1/buildout.cfg	2008-08-25 14:33:15 UTC (rev 90217)
+++ Zope2.buildout/tags/2.11.1/buildout.cfg	2008-08-25 15:00:19 UTC (rev 90218)
@@ -2,7 +2,11 @@
 develop = .
 parts = test
 find-links = http://download.zope.org/distribution/
+versions = versions
 
+[versions]
+zope.testing = 3.4.0
+
 [test]
-recipe = zc.recipe.testrunner
+recipe = zc.recipe.testrunner<=1.0.9999
 eggs = Zope2



More information about the Checkins mailing list