From: Zack Cerza Date: Fri, 18 Dec 2015 22:01:24 +0000 (-0700) Subject: Block requests==2.9.0 X-Git-Tag: 1.1.0~719^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=09da1aada4b2e4d92983995dbae7a1d509c37fcc;p=teuthology.git Block requests==2.9.0 Because of https://bugs.launchpad.net/nova/+bug/1526413 Signed-off-by: Zack Cerza --- diff --git a/setup.py b/setup.py index 22b8a75459..e3d09d58bc 100644 --- a/setup.py +++ b/setup.py @@ -44,7 +44,9 @@ setup( 'httplib2', 'paramiko < 1.8', 'pexpect', - 'requests >= 2.3.0', + # We have to block requests 2.9.0 because of: + # https://bugs.launchpad.net/nova/+bug/1526413 + 'requests >= 2.3.0, != 2.9.0', 'raven', 'web.py', 'docopt',