From e77b9eda214c1eaf870a20788a8be8a21b87f960 Mon Sep 17 00:00:00 2001 From: Joshua Harlow Date: Wed, 6 Jan 2016 15:18:09 -0800 Subject: [PATCH] It seems like httppretty 0.8.11 and 0.8.12 are broken Upstream issue is: https://github.com/gabrielfalcao/HTTPretty/issues/278 So until its fixed (and released) block those versions from being used. This also fixes the .gitreview file which no longer works due to the move to openstack from stackforge. Change-Id: I52d593cbf987081d53506cdae1ab59c240517a01 --- .gitreview | 2 +- test-requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitreview b/.gitreview index 429807bd..bde2b0f8 100644 --- a/.gitreview +++ b/.gitreview @@ -1,4 +1,4 @@ [gerrit] host=review.openstack.org port=29418 -project=stackforge/cloud-init.git +project=openstack/cloud-init.git diff --git a/test-requirements.txt b/test-requirements.txt index 81b8ddef..a27acde2 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -2,7 +2,7 @@ # of appearance. Changing the order has an impact on the overall integration # process, which may cause wedges in the gate later. -httpretty>=0.7.1 +httpretty>=0.7.1,!=0.8.11,!=0.8.12 mock nose testtools