[Checkins] SVN: zc.zope3recipes/trunk/zc/zope3recipes/tests.py chase changing dependencies

Fred L. Drake, Jr. fdrake at gmail.com
Mon Oct 27 13:55:51 EDT 2008


Log message for revision 92620:
  chase changing dependencies

Changed:
  U   zc.zope3recipes/trunk/zc/zope3recipes/tests.py

-=-
Modified: zc.zope3recipes/trunk/zc/zope3recipes/tests.py
===================================================================
--- zc.zope3recipes/trunk/zc/zope3recipes/tests.py	2008-10-27 16:56:14 UTC (rev 92619)
+++ zc.zope3recipes/trunk/zc/zope3recipes/tests.py	2008-10-27 17:55:50 UTC (rev 92620)
@@ -190,6 +190,7 @@
 def setUp(test):
     zc.buildout.testing.buildoutSetUp(test)
     zc.buildout.testing.install_develop('zc.zope3recipes', test)
+    zc.buildout.testing.install('zope.interface', test)
     zc.buildout.testing.install('zope.testing', test)
     zc.buildout.testing.install('zc.recipe.egg', test)
     zc.buildout.testing.install('zdaemon', test)



More information about the Checkins mailing list