From 5b50fe66bade53cd026ff310dfd31ce7fc05f6ac Mon Sep 17 00:00:00 2001 From: Cyril Roelandt Date: Thu, 12 Dec 2013 22:46:23 +0100 Subject: [PATCH] HTTPretty: update to 0.7.1 The 0.7.1 release has a fix for the parse_querystring function, which raised a TypeError on Python 3.3. See: https://github.com/gabrielfalcao/HTTPretty/commit/5c6e77615f4083b9daf4a0148349f3185dcaff05 This helps fix some tests on Python3.3. Change-Id: I8f28c5dfdcb25b2c131a4b8866547025064caac6 --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index 9af647b1a..8608b0b38 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -2,7 +2,7 @@ hacking>=0.8.0,<0.9 coverage>=3.6 discover fixtures>=0.3.14 -httpretty>=0.6.3 +httpretty>=0.7.1 keyring>=1.6.1,<2.0 mock>=1.0 mox3>=0.7.0