launchpad-dev team mailing list archive
-
launchpad-dev team
-
Mailing list archive
-
Message #05562
Fix your testtools, and a warning to never modify files in the download-cache
Hi all.
testtools may or may not be hosed in developer installations--that is, you might have a version of testtools that is not what the Launchpad tree actually expects. If you ``rm -rf eggs/testtools-0.9.8_r128-py2.6.egg`` and re-run bin/buildout you should be ok.
As a reminder, please *never* modify files in the download cache, only add them. Otherwise developers will not get your updated code.
Even when we get around to getting rid of the download-cache bzr directory in favor of a simple data-center-hosted over-the-network source of our packages (just needs time) this is an important rule--make a new revision number.
Gary
download-cache$ bzr diff -r202..203
=== modified file 'dist/testtools-0.9.8-r128.tar.gz'
Binary files dist/testtools-0.9.8-r128.tar.gz 2010-10-31 18:01:50 +0000 and dist/testtools-0.9.8-r128.tar.gz 2010-11-05 16:33:35 +0000 differ
Follow ups