]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commit
scripts/runner.py: remove pkg_resources.require() calls. These are at best redundant...
authordavid-sarah <david-sarah@jacaranda.org>
Fri, 29 Oct 2010 23:53:28 +0000 (16:53 -0700)
committerdavid-sarah <david-sarah@jacaranda.org>
Fri, 29 Oct 2010 23:53:28 +0000 (16:53 -0700)
commit2a8f700026a207d9fc0a6fd0b956ed3c80843b8b
tree99476e2054e34ff3d4125a36b42894b8cac3c085
parent8835f009d0e6907aa32e9382adab43edf7827417
scripts/runner.py: remove pkg_resources.require() calls. These are at best redundant because we have already called _auto_deps.require_auto_deps() (from allmydata.__init__) at that point, and they are causing failure of the test-from-prefixdir step on some buildslaves. refs #1190
src/allmydata/scripts/runner.py