X-Git-Url: https://git.rkrishnan.org/?a=blobdiff_plain;f=zfec%2Fsetup.py;h=b93dcb49455213e6edacc758d78820164b93a4e3;hb=2e10d8736d0a8753105fd7bb9213a6cedcb9901d;hp=eb6291cd680c670a28db5c176a814b60f82e32d6;hpb=6de7728e79135fe9e6614169c90d2eeba6322d90;p=tahoe-lafs%2Fzfec.git 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: