mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-31 00:24:13 +00:00
Document reason for the trialcoverage version requirement being 0.3.3.
This commit is contained in:
parent
f3c8c1c245
commit
02d0c4eb92
2
setup.py
2
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
|
# trialcoverage is required if you want the "trial" unit test runner to have a
|
||||||
# "--reporter=bwverbose-coverage" option which produces code-coverage results.
|
# "--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:
|
if "--reporter=bwverbose-coverage" in sys.argv:
|
||||||
setup_requires.append('trialcoverage >= 0.3.3')
|
setup_requires.append('trialcoverage >= 0.3.3')
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user