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:
da09775
)
Blacklist mock > 1.0.1.
author
Daira Hopwood
<daira@jacaranda.org>
Fri, 24 Jul 2015 14:51:01 +0000
(15:51 +0100)
committer
Daira Hopwood
<daira@jacaranda.org>
Fri, 24 Jul 2015 14:51:01 +0000
(15:51 +0100)
Signed-off-by: Daira Hopwood <daira@jacaranda.org>
src/allmydata/_auto_deps.py
patch
|
blob
|
history
diff --git
a/src/allmydata/_auto_deps.py
b/src/allmydata/_auto_deps.py
index 8ae03d6de804b4f38117b78e77514634095329b4..ccb484d52ea23ff1bdd772f2daaaa206f1e1a9cd 100644
(file)
--- a/
src/allmydata/_auto_deps.py
+++ b/
src/allmydata/_auto_deps.py
@@
-61,8
+61,9
@@
install_requires = [
"pycrypto == 2.1.0, == 2.3, >= 2.4.1",
"pyasn1 >= 0.0.8a",
- # http://www.voidspace.org.uk/python/mock/ , 0.8.0 provides "call"
- "mock >= 0.8.0",
+ # <http://www.voidspace.org.uk/python/mock/>, 0.8.0 provides "call"
+ # mock 1.1.x seems to cause problems on several buildslaves.
+ "mock >= 0.8.0, <= 1.0.1",
# pycryptopp-0.6.0 includes ed25519
"pycryptopp >= 0.6.0",