From 427edbc644fc50dea9693f2d0941e1b9911ad7c0 Mon Sep 17 00:00:00 2001 From: "Ivan A. Melnikov" Date: Tue, 4 Feb 2014 09:18:50 +0400 Subject: [PATCH] Unpin testtools version and bump subunit to >=0.0.18 The problem of incompatibility between subunit<0.0.18 and testtools>=0.9.35 was fixed in subunit>=0.0.18: https://launchpad.net/subunit/trunk/0.0.18 Additionally, subunit is now depends on testtools>=0.9.34 Change-Id: If74785f9d9a59a9d6dc534b02f25ad041ee777cb --- test-requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index 9a2c7591..c39d711f 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -2,8 +2,9 @@ hacking>=0.8.0,<0.9 discover coverage>=3.6 mock>=1.0 +python-subunit>=0.0.18 testrepository>=0.0.17 -testtools>=0.9.32,<0.9.35 +testtools>=0.9.34 # ZooKeeper kazoo>=1.3.1 zake>=0.0.13