[Checkins] SVN: zope.app.publication/trunk/buildout.cfg nail down enough versions for the tests to pass

Fred L. Drake, Jr. fdrake at gmail.com
Tue Mar 3 14:58:03 EST 2009


Log message for revision 97456:
  nail down enough versions for the tests to pass

Changed:
  U   zope.app.publication/trunk/buildout.cfg

-=-
Modified: zope.app.publication/trunk/buildout.cfg
===================================================================
--- zope.app.publication/trunk/buildout.cfg	2009-03-03 19:57:53 UTC (rev 97455)
+++ zope.app.publication/trunk/buildout.cfg	2009-03-03 19:58:03 UTC (rev 97456)
@@ -1,8 +1,17 @@
 [buildout]
 develop = .
 parts = test
+extends = http://download.zope.org/zope3.4/3.4.0/versions.cfg
+allow-picked-versions = false
+use-dependency-links = false
+versions = versions
 
 [test]
 recipe = zc.recipe.testrunner
 eggs = zope.app.publication [test]
 
+[versions]
+# This version is needed so the DemoStorage has undoInfo().
+ZODB3 = 3.8.1
+zope.app.publication =
+zope.app.zcmlfiles = 3.5.3



More information about the Checkins mailing list