From d0731cfc335e01793b1e6429307dcca7100c7ac7 Mon Sep 17 00:00:00 2001 From: Brian Curtin Date: Wed, 11 Mar 2015 20:06:10 -0500 Subject: [PATCH] Avoid httpretty 0.8.8 because it is broken This is a stopgap until https://review.openstack.org/#/c/163600/ makes its way to us. Change-Id: Ifc2a32efc501c2f6c2068f54090d5f1734debfc2 --- fixgates.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fixgates.txt b/fixgates.txt index 04e4a64dd..2fb4feaf6 100644 --- a/fixgates.txt +++ b/fixgates.txt @@ -1 +1 @@ -httpretty>=0.8.0,!=0.8.1,!=0.8.2,!=0.8.3,!=0.8.7 +httpretty>=0.8.0,!=0.8.1,!=0.8.2,!=0.8.3,!=0.8.7,!=0.8.8