From: zooko Date: Sun, 1 Aug 2010 06:20:16 +0000 (+0530) Subject: setup: tests require setuptools_trial X-Git-Url: https://git.rkrishnan.org/?p=tahoe-lafs%2Fzfec.git;a=commitdiff_plain;h=2e10d8736d0a8753105fd7bb9213a6cedcb9901d setup: tests require setuptools_trial Ignore-this: 687c705dd270907d6d7bc7d4c15270af darcs-hash:054dbb1f5248d871fba79d7e7939a15c008082a3 --- diff --git a/zfec/setup.py b/zfec/setup.py index eb6291c..b93dcb4 100755 --- a/zfec/setup.py +++ b/zfec/setup.py @@ -122,11 +122,10 @@ setup_requires.append('setuptools_darcs >= 1.1.0') # trialcoverage is required if you want the "trial" unit test runner to have a # "--reporter=bwverbose-coverage" option which produces code-coverage results. -# The required version is 0.3.3, because that is the latest version that only -# depends on a version of pycoverage for which binary packages are available. if "--reporter=bwverbose-coverage" in sys.argv: tests_require.append('trialcoverage >= 0.3.3') tests_require.append('twisted >= 2.4.0') + tests_require.extend(['setuptools_trial >= 0.5']) # stdeb is required to build Debian dsc files. if "sdist_dsc" in sys.argv: