From 08b589c5ad0f0f49d8d5880f3a703cfae43b0a39 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 26 Jan 2017 14:48:12 +0100 Subject: [PATCH] Blacklist requests 2.13.0 It seems this now depends on select.epoll() which is removed by our eventlet wrapping. Lets wait for a fix. https://github.com/shazow/urllib3/issues/1104 Change-Id: I729b134d3f6bc2557fde48655d5e65bd8a8816af --- global-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global-requirements.txt b/global-requirements.txt index 387bc6312c..a9e201a336 100644 --- a/global-requirements.txt +++ b/global-requirements.txt @@ -254,7 +254,7 @@ pyudev # LGPLv2.1+ PyYAML>=3.10.0 # MIT qpid-python;python_version=='2.7' # Apache-2.0 reno>=1.8.0 # Apache-2.0 -requests>=2.10.0,!=2.12.2 # Apache-2.0 +requests>=2.10.0,!=2.12.2,!=2.13.0 # Apache-2.0 requests-aws>=0.1.4 # BSD License (3 clause) requests-kerberos>=0.6 # ISC requestsexceptions>=1.1.1 # Apache-2.0