[Checkins] SVN: Products.PluggableAuthService/branches/maurits-login-transform/buildout.cfg Test buildout.cfg: extend http://download.zope.org/Zope2/index/2.13.19/versions.cfg

Maurits van Rees cvs-admin at zope.org
Mon Jan 21 14:42:59 UTC 2013


Log message for revision 129071:
  Test buildout.cfg: extend http://download.zope.org/Zope2/index/2.13.19/versions.cfg
  
  Otherwise all tests fail due to import errors.
      from zope.location.interfaces import IPossibleSite
  ImportError: cannot import name IPossibleSite

Changed:
  U   Products.PluggableAuthService/branches/maurits-login-transform/buildout.cfg

-=-
Modified: Products.PluggableAuthService/branches/maurits-login-transform/buildout.cfg
===================================================================
--- Products.PluggableAuthService/branches/maurits-login-transform/buildout.cfg	2013-01-21 13:57:50 UTC (rev 129070)
+++ Products.PluggableAuthService/branches/maurits-login-transform/buildout.cfg	2013-01-21 14:42:58 UTC (rev 129071)
@@ -7,6 +7,8 @@
     http://pypi.python.org/packages/source/P/Products.GenericSetup/
     http://pypi.python.org/packages/source/P/Products.PluginRegistry/
     http://pypi.python.org/packages/source/f/five.localsitemanager/
+extends =
+    http://download.zope.org/Zope2/index/2.13.19/versions.cfg
 
 [interpreter]
 recipe = zc.recipe.egg



More information about the checkins mailing list