X-Git-Url: https://git.rkrishnan.org/?a=blobdiff_plain;f=src%2Fallmydata%2F_auto_deps.py;h=cbdc9becac0cc7ea336d8b09eeb9d8e5d19368ea;hb=baaf2a4a559a23ef67da3d997c3750116070c8d8;hp=6b0bdd6a16c171d30ed96dec37f3bf3b7ec3ecc8;hpb=28b74b0b7441e09072976a678223d7f1d9477a51;p=tahoe-lafs%2Ftahoe-lafs.git diff --git a/src/allmydata/_auto_deps.py b/src/allmydata/_auto_deps.py index 6b0bdd6a..cbdc9bec 100644 --- a/src/allmydata/_auto_deps.py +++ b/src/allmydata/_auto_deps.py @@ -45,7 +45,8 @@ install_requires = [ "pycrypto >= 2.1.0, != 2.2, != 2.4", # , 0.8.0 provides "call" - "mock >= 0.8.0", + # 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",