]> git.apps.os.sepia.ceph.com Git - teuthology.git/commitdiff
Block requests==2.9.0 759/head
authorZack Cerza <zack@redhat.com>
Fri, 18 Dec 2015 22:01:24 +0000 (15:01 -0700)
committerZack Cerza <zack@redhat.com>
Fri, 18 Dec 2015 22:06:38 +0000 (15:06 -0700)
Because of https://bugs.launchpad.net/nova/+bug/1526413

Signed-off-by: Zack Cerza <zack@redhat.com>
setup.py

index 22b8a75459c6158bf1c0d6736701e8e8c66879a3..e3d09d58bc8d3b4ef7cea3fec9960abd1c7fb0fe 100644 (file)
--- 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',