mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-04-07 10:56:49 +00:00
Downgrade version requirement for trialcoverage to 0.3.3 (from 0.3.10), to avoid needing to compile coveragepy on Windows.
This commit is contained in:
parent
e880fc2ce4
commit
f3c8c1c245
2
setup.py
2
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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user