From 38b32be26028dad44db53e6fca21eec8caac6b6a Mon Sep 17 00:00:00 2001 From: "Ivan A. Melnikov" Date: Wed, 29 Jan 2014 15:10:53 +0400 Subject: [PATCH] Pin testtools to 0.9.34 in test requirements SubUnit is incompatible with newer testtools. Closes-bug: 1274050 Change-Id: Ibe855930cecf6598ea72c13f609116450c719b46 --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index ff2745ef..3c40bcf5 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -3,7 +3,7 @@ discover coverage>=3.6 mock>=1.0 testrepository>=0.0.17 -testtools>=0.9.32 +testtools>=0.9.32,<0.9.35 # ZooKeeper kazoo>=1.3.1 zake>=0.0.7