From 70675997e1a7669564912250fde5c35ea2c0a0f8 Mon Sep 17 00:00:00 2001 From: Joshua Harlow Date: Mon, 21 Sep 2015 18:27:42 -0700 Subject: Use requests in http check instead of urllib The requests interface is much nicer and easier to use so we might as well use it instead of direct urllib usage. Change-Id: I364ddb5f86900a3e166f4480d9f4889a68de247f --- test-requirements.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'test-requirements.txt') diff --git a/test-requirements.txt b/test-requirements.txt index e7442c0..696d749 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -4,6 +4,7 @@ hacking<0.11,>=0.10.0 oslotest>=1.10.0 # Apache-2.0 +httpretty>=0.8.4,<0.8.7 # These are needed for docs generation oslosphinx>=2.5.0 # Apache-2.0 -- cgit v1.2.1