From: david-sarah Date: Mon, 24 May 2010 23:37:07 +0000 (-0700) Subject: Downgrade version requirement for trialcoverage to 0.3.3 (from 0.3.10), to avoid... X-Git-Url: https://git.rkrishnan.org/class-simplejson.JSONDecoder-index.html?a=commitdiff_plain;h=f3c8c1c24546deded6276f1d5a8fca8c5bd7544c;p=tahoe-lafs%2Ftahoe-lafs.git Downgrade version requirement for trialcoverage to 0.3.3 (from 0.3.10), to avoid needing to compile coveragepy on Windows. --- diff --git a/setup.py b/setup.py index 5e1cb9ce..81cf80dc 100644 --- a/setup.py +++ b/setup.py @@ -126,7 +126,7 @@ 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. if "--reporter=bwverbose-coverage" in sys.argv: - setup_requires.append('trialcoverage >= 0.3.10') + setup_requires.append('trialcoverage >= 0.3.3') # stdeb is required to produce Debian files with the "sdist_dsc" command. if "sdist_dsc" in sys.argv: