]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commit
setup: use "trial" executable instead of the setuptools_trial plugin for "make quicktest"
authorZooko O'Whielacronx <zooko@zooko.com>
Fri, 23 Jan 2009 23:58:30 +0000 (16:58 -0700)
committerZooko O'Whielacronx <zooko@zooko.com>
Fri, 23 Jan 2009 23:58:30 +0000 (16:58 -0700)
commit2cf9505d5f986cfb6fedd98cfc6b402ad93b03c3
tree94ca2166ac3b4064c40cfb5d1f32aab5010e31bc
parent6ba154851f416650715085759fe8e80ca069d47a
setup: use "trial" executable instead of the setuptools_trial plugin for "make quicktest"
This is to fix #591 ("make quicktest" could be quicker and less noisy).  This means that "make quicktest" won't work unless the user has manually installed Twisted already such that the "trial" executable is on their PATH and the Twisted package is on their PYTHONPATH.  This bypasses the behavior of setuptools_trial which builds and checks package dependencies before executing the tests.
Makefile