]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/blobdiff - setup.py
Document reason for the trialcoverage version requirement being 0.3.3.
[tahoe-lafs/tahoe-lafs.git] / 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')