From 6cbf9104a0d26f95cfe5cdd7d86ee76f5d485ba1 Mon Sep 17 00:00:00 2001 From: Cyril Roelandt Date: Fri, 13 Dec 2013 13:38:55 +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/5c6e776 This helps fix some tests on Python3.3 in python-keystoneclient. Change-Id: If14a0afe9d42602e978377d6f6ee830affe0cc41 --- global-requirements.txt | 2 +- tests/files/gr-base.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/global-requirements.txt b/global-requirements.txt index 12c8b0bd5d..f8e7bd989f 100644 --- a/global-requirements.txt +++ b/global-requirements.txt @@ -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 diff --git a/tests/files/gr-base.txt b/tests/files/gr-base.txt index 5c87eaa39f..0678769f81 100644 --- a/tests/files/gr-base.txt +++ b/tests/files/gr-base.txt @@ -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