]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
Blacklist mock > 1.0.1.
authorDaira Hopwood <daira@jacaranda.org>
Fri, 24 Jul 2015 14:51:01 +0000 (15:51 +0100)
committerDaira 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

index 8ae03d6de804b4f38117b78e77514634095329b4..ccb484d52ea23ff1bdd772f2daaaa206f1e1a9cd 100644 (file)
@@ -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",