[Checkins] SVN: zc.buildout/branches/env-cache/src/zc/buildout/tests.py Need to clear the dist cache here for tests to find the egg installed

Ross Patterson me at rpatterson.net
Sun Jan 29 05:23:35 UTC 2012


Log message for revision 124234:
  Need to clear the dist cache here for tests to find the egg installed
  below.

Changed:
  U   zc.buildout/branches/env-cache/src/zc/buildout/tests.py

-=-
Modified: zc.buildout/branches/env-cache/src/zc/buildout/tests.py
===================================================================
--- zc.buildout/branches/env-cache/src/zc/buildout/tests.py	2012-01-29 05:23:24 UTC (rev 124233)
+++ zc.buildout/branches/env-cache/src/zc/buildout/tests.py	2012-01-29 05:23:35 UTC (rev 124234)
@@ -3911,6 +3911,7 @@
             ) == 0
         os.chdir(here)
         os.remove(os.path.join(eggs, 'zc.buildout.egg-link'))
+        zc.buildout.easy_install.clear_index_cache()
 
         # Rebuild the buildout script
         ws = pkg_resources.WorkingSet([eggs])



More information about the checkins mailing list