]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
Document reason for the trialcoverage version requirement being 0.3.3.
authordavid-sarah <david-sarah@jacaranda.org>
Tue, 25 May 2010 00:44:44 +0000 (17:44 -0700)
committerdavid-sarah <david-sarah@jacaranda.org>
Tue, 25 May 2010 00:44:44 +0000 (17:44 -0700)
setup.py

index 81cf80dc2ff276e459902e942ad4339da10bc064..d1481564472412c3aa60dcc19e650734eb041d44 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -125,6 +125,8 @@ 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:
     setup_requires.append('trialcoverage >= 0.3.3')