[Checkins] SVN: zope.app.testing/branches/3.4/buildout.cfg Make it possible to run the testsuite on this old branch by pinning dependency

Marius Gedminas marius at pov.lt
Fri Mar 26 13:00:22 EDT 2010


Log message for revision 110209:
  Make it possible to run the testsuite on this old branch by pinning dependency
  versions.
  
  

Changed:
  U   zope.app.testing/branches/3.4/buildout.cfg

-=-
Modified: zope.app.testing/branches/3.4/buildout.cfg
===================================================================
--- zope.app.testing/branches/3.4/buildout.cfg	2010-03-26 16:52:53 UTC (rev 110208)
+++ zope.app.testing/branches/3.4/buildout.cfg	2010-03-26 17:00:22 UTC (rev 110209)
@@ -1,7 +1,14 @@
 [buildout]
 develop = .
 parts = test tags
+extends = http://download.zope.org/zope3.4/3.4.0/versions.cfg
+versions = versions
 
+[versions]
+zope.app.testing =
+zc.buildout =
+setuptools =
+
 [test]
 recipe = zc.recipe.testrunner
 eggs = zope.app.testing [test]



More information about the checkins mailing list