projects
/
tahoe-lafs
/
tahoe-lafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e880fc2
)
Downgrade version requirement for trialcoverage to 0.3.3 (from 0.3.10), to avoid...
author
david-sarah
<david-sarah@jacaranda.org>
Mon, 24 May 2010 23:37:07 +0000
(16:37 -0700)
committer
david-sarah
<david-sarah@jacaranda.org>
Mon, 24 May 2010 23:37:07 +0000
(16:37 -0700)
setup.py
patch
|
blob
|
history
diff --git
a/setup.py
b/setup.py
index 5e1cb9ce74fd1b747bea8d4f3521de5fd89d4db1..81cf80dc2ff276e459902e942ad4339da10bc064 100644
(file)
--- 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: