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/5c6e776 This helps fix some tests on Python3.3 in python-keystoneclient. Change-Id: If14a0afe9d42602e978377d6f6ee830affe0cc41
This commit is contained in:
parent
dd43194703
commit
6cbf9104a0
@ -119,7 +119,7 @@ flake8==2.0
|
||||
hacking>=0.8.0,<0.9
|
||||
hgtools # dependency of pytest-runner that is only in setup_requires
|
||||
hp3parclient>=2.0,<3.0
|
||||
httpretty>=0.6.3
|
||||
httpretty>=0.7.1
|
||||
keyring>=1.6.1,<2.0
|
||||
mock>=1.0
|
||||
mox>=0.5.3
|
||||
|
@ -95,7 +95,7 @@ flake8==2.0
|
||||
hacking>=0.5.6,<0.7
|
||||
hgtools # dependency of pytest-runner that is only in setup_requires
|
||||
hp3parclient>=2.0,<3.0
|
||||
httpretty>=0.6.3
|
||||
httpretty>=0.7.1
|
||||
keyring
|
||||
mock>=0.8.0
|
||||
mox>=0.5.3
|
||||
|
Loading…
Reference in New Issue
Block a user