From f3c8c1c24546deded6276f1d5a8fca8c5bd7544c Mon Sep 17 00:00:00 2001 From: david-sarah Date: Mon, 24 May 2010 16:37:07 -0700 Subject: [PATCH] Downgrade version requirement for trialcoverage to 0.3.3 (from 0.3.10), to avoid needing to compile coveragepy on Windows. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- 2.37.2