[Checkins] SVN: z3c.recipe.compattest/trunk/src/z3c/recipe/compattest/recipe.py Test distribution cache.

Sylvain Viollon sylvain at infrae.com
Thu Jan 29 07:29:25 EST 2009


Log message for revision 95423:
  Test distribution cache.
  
  

Changed:
  U   z3c.recipe.compattest/trunk/src/z3c/recipe/compattest/recipe.py

-=-
Modified: z3c.recipe.compattest/trunk/src/z3c/recipe/compattest/recipe.py
===================================================================
--- z3c.recipe.compattest/trunk/src/z3c/recipe/compattest/recipe.py	2009-01-29 12:17:12 UTC (rev 95422)
+++ z3c.recipe.compattest/trunk/src/z3c/recipe/compattest/recipe.py	2009-01-29 12:29:25 UTC (rev 95423)
@@ -81,6 +81,7 @@
         installed = []
 
         if self.use_svn:
+            zc.buildout.easy_install.distribution_cache = {}
             self._install_checkouts()
 
         installed.extend(self._install_testrunners())
@@ -88,6 +89,7 @@
 
         if self.use_svn:
             self._remove_develop_eggs()
+            zc.buildout.easy_install.distribution_cache = {}
 
         return installed
 



More information about the Checkins mailing list