]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commit
setup: hack the sys.argv to set poll reactor if "python ./setup.py test" in addition...
authorZooko O'Whielacronx <zooko@zooko.com>
Tue, 27 Jan 2009 05:40:46 +0000 (22:40 -0700)
committerZooko O'Whielacronx <zooko@zooko.com>
Tue, 27 Jan 2009 05:40:46 +0000 (22:40 -0700)
commit70576a871b227f34ccd117616352c34ca910e09b
tree751be74890a8f4a8984fbed1bf0635ea5a5a0c04
parent688bb7a453458bd6fb2c2bd089afb27b416ed6d8
setup: hack the sys.argv to set poll reactor if "python ./setup.py test" in addition to if "python ./setup.py trial"; remove another hack which has been moved setup.cfg; remove setup_requires Twisted since now we actually setup_require setuptools_trial and it install_requires Twisted.
setup.py