]> git.apps.os.sepia.ceph.com Git - teuthology.git/commitdiff
setup.py: disallow requests 2.13.0 1048/head
authorDan Mick <dan.mick@redhat.com>
Thu, 16 Mar 2017 00:01:03 +0000 (17:01 -0700)
committerDan Mick <dan.mick@redhat.com>
Thu, 16 Mar 2017 00:01:03 +0000 (17:01 -0700)
python-cinderclient and/or keystoneauth1 apparently don't want
requests 2.13.0, so make it illegal for now

Signed-off-by: Dan Mick <dan.mick@redhat.com>
setup.py

index aead7329e3410d550626d4737bdcfcff09bfd4cd..5683bde1111ef507063f5982302ece943ed6a7d4 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -62,7 +62,7 @@ setup(
                       'httplib2',
                       'paramiko',
                       'pexpect',
-                      'requests',
+                      'requests != 2.13.0',
                       'raven',
                       'web.py',
                       'docopt',