From aef9802089dbc05d0f4c1ce86a3572172f47544b Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Sun, 16 Dec 2012 17:31:46 -0800 Subject: Replace fixtures.DetailStream with fixtures.StringStream. Fixtures 0.3.12 adds StringStream as a successor to DetailStream (this change was made for compatibility with python 3). Update Nova's tests to use StringStream instead of DetailStream. Change-Id: If697859a52f3a7db9dab38bd080b779bb3270287 --- tools/test-requires | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/test-requires b/tools/test-requires index 1d72f7114..6ee42d31c 100644 --- a/tools/test-requires +++ b/tools/test-requires @@ -4,7 +4,7 @@ distribute>=0.6.24 coverage discover feedparser -fixtures>=0.3.10 +fixtures>=0.3.12 mox==0.5.3 MySQL-python pep8==1.3.3 -- cgit