summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Harlow <harlowja@yahoo-inc.com>2014-08-26 10:25:55 -0700
committerJoshua Harlow <harlowja@yahoo-inc.com>2014-08-26 10:26:09 -0700
commitca1c3412ac6d722fc7750af5a110d5b6662cde40 (patch)
tree6680fea23dd856308d0e28f0cdefd9eb6cce5ea1
parent0525da6acffce438b26013e4621423bc88bb0fb1 (diff)
downloadtooz-ca1c3412ac6d722fc7750af5a110d5b6662cde40.tar.gz
Bump up zake to be using the newer 0.1 or greater
0.1 brings in quite a few new hotness than prior to it. The big one is multi-client -> single storage which mimics many zookeeper clients attached to the same zookeeper. Change-Id: Iee6f4157743a094dd0d59dc12e66592594d54792
-rw-r--r--test-requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-requirements.txt b/test-requirements.txt
index b4aab07..149fa4e 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -7,5 +7,5 @@ python-subunit
testrepository>=0.0.17
testtools>=0.9.32
testscenarios>=0.4
-zake>=0.0.9
+zake>=0.1
coverage>=3.6