]> git-server-git.apps.pok.os.sepia.ceph.com Git - teuthology.git/commitdiff
Unpin requests version
authorZack Cerza <zack@redhat.com>
Fri, 19 Feb 2016 17:14:52 +0000 (10:14 -0700)
committerZack Cerza <zack@redhat.com>
Fri, 19 Feb 2016 17:14:52 +0000 (10:14 -0700)
setuptools 20.2 won't parse this version requirement. 2.9.1 appears to
work just fine anyway.

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

index 64a4770a6f2be6a78aa8bc0719cea2579e4b9545..d280f50f4d2ae3146c54158411da553af2fb9a5d 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -60,9 +60,7 @@ setup(
                       'httplib2',
                       'paramiko < 1.8',
                       'pexpect',
-                      # We have to block requests 2.9.0 because of:
-                      # https://bugs.launchpad.net/nova/+bug/1526413
-                      'requests >= 2.3.0, != 2.9.0',
+                      'requests',
                       'raven',
                       'web.py',
                       'docopt',