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:

5c6e77615f

This helps fix some tests on Python3.3.

Change-Id: I8f28c5dfdcb25b2c131a4b8866547025064caac6
This commit is contained in:
Cyril Roelandt
2013-12-12 22:46:23 +01:00
parent 581265448c
commit 5b50fe66ba

View File

@@ -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