From 2e10d8736d0a8753105fd7bb9213a6cedcb9901d Mon Sep 17 00:00:00 2001 From: zooko Date: Sun, 1 Aug 2010 11:50:16 +0530 Subject: [PATCH] setup: tests require setuptools_trial Ignore-this: 687c705dd270907d6d7bc7d4c15270af darcs-hash:054dbb1f5248d871fba79d7e7939a15c008082a3 --- zfec/setup.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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: -- 2.37.2