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
This commit is contained in:
Joshua Harlow 2016-01-06 15:18:09 -08:00
parent 0c2db7d8d2
commit e77b9eda21
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
[gerrit]
host=review.openstack.org
port=29418
project=stackforge/cloud-init.git
project=openstack/cloud-init.git

View File

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