From 18b9c7f29b8925aadeb6ac1ea95c1e1d74e9fa50 Mon Sep 17 00:00:00 2001 From: Robert Collins Date: Wed, 14 Nov 2012 06:18:49 +0000 Subject: Isolate tests from the environment variable http_proxy. This fixes bug 1078548. This is done by adding a dependency on the fixtures library, which has dedicated code for just this sort of thing, and using it in the base class. Change-Id: I841fbf912b1a3ab43ca8c52c779d930aaf4a0e96 --- tools/test-requires | 1 + 1 file changed, 1 insertion(+) (limited to 'tools') diff --git a/tools/test-requires b/tools/test-requires index fc56d3c87..b3d4b5a22 100644 --- a/tools/test-requires +++ b/tools/test-requires @@ -2,6 +2,7 @@ distribute>=0.6.24 coverage +fixtures mox==0.5.3 nose testtools -- cgit