[Checkins] SVN: zope.file/trunk/buildout.cfg Fix buildout configuration to run the test. They requires ZODB 3.8 as well.

Sylvain Viollon sylvain at infrae.com
Tue Jan 27 08:05:27 EST 2009


Log message for revision 95174:
  Fix buildout configuration to run the test. They requires ZODB 3.8 as well.
  
  

Changed:
  U   zope.file/trunk/buildout.cfg

-=-
Modified: zope.file/trunk/buildout.cfg
===================================================================
--- zope.file/trunk/buildout.cfg	2009-01-27 13:05:12 UTC (rev 95173)
+++ zope.file/trunk/buildout.cfg	2009-01-27 13:05:27 UTC (rev 95174)
@@ -1,9 +1,11 @@
 [buildout]
 develop = .
 parts = test
+versions = versions
 
 [test]
 recipe = zc.recipe.testrunner
 eggs = zope.file [test]
-extra-paths = parts/zope3/src
-defaults = ["--exit-with-status"]
+
+[versions]
+ZODB3 = 3.8



More information about the Checkins mailing list