[Checkins] SVN: zope.app.form/branches/3.4/buildout.cfg Make it possible to run the tests on this branch, now that every other package

Marius Gedminas marius at pov.lt
Fri Mar 26 12:52:53 EDT 2010


Log message for revision 110208:
  Make it possible to run the tests on this branch, now that every other package
  has decided it would be fun to break backwards compatiblity.  In other words,
  pin everything.
  
  

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

-=-
Modified: zope.app.form/branches/3.4/buildout.cfg
===================================================================
--- zope.app.form/branches/3.4/buildout.cfg	2010-03-26 16:52:44 UTC (rev 110207)
+++ zope.app.form/branches/3.4/buildout.cfg	2010-03-26 16:52:53 UTC (rev 110208)
@@ -1,7 +1,15 @@
 [buildout]
 develop = .
 parts = test
+extends = http://download.zope.org/zope3.4/3.4.0/versions.cfg
+versions = versions
 
+[versions]
+zope.app.form =
+zc.buildout =
+setuptools =
+zc.sourcefactory = 0.3.5
+
 [test]
 recipe = zc.recipe.testrunner
 eggs = zope.app.form [test]



More information about the checkins mailing list