[Checkins] SVN: zope.app.component/tags/3.4.x/buildout.cfg Make sure we're running tests of this code rather than that of the released

Marius Gedminas marius at pov.lt
Wed Jul 15 14:07:39 EDT 2009


Log message for revision 101929:
  Make sure we're running tests of this code rather than that of the released
  egg.
  
  It's difficult to get buildout.cfg right.
  
  

Changed:
  U   zope.app.component/tags/3.4.x/buildout.cfg

-=-
Modified: zope.app.component/tags/3.4.x/buildout.cfg
===================================================================
--- zope.app.component/tags/3.4.x/buildout.cfg	2009-07-15 17:48:11 UTC (rev 101928)
+++ zope.app.component/tags/3.4.x/buildout.cfg	2009-07-15 18:07:39 UTC (rev 101929)
@@ -4,10 +4,13 @@
 extends = http://download.zope.org/zope3.4/3.4.0/versions.cfg
 versions = versions
 
+[versions]
+zope.app.component =
+
 [test]
 recipe = zc.recipe.testrunner
 eggs = zope.app.component [test, back35]
        zope.app.layers     # the utter braindeadness of either setuptools or
        zope.app.securitypolicy # buildout requires me to state these
        zope.testbrowser    # dependencies again, here, I don't know why
-
+defaults = ['-m', 'zope.app.component']



More information about the Checkins mailing list