Pin requests to <2.16 85/57985/1
authorThanh Ha <thanh.ha@linuxfoundation.org>
Mon, 29 May 2017 14:12:49 +0000 (10:12 -0400)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Mon, 29 May 2017 14:12:49 +0000 (10:12 -0400)
The new requests library pulls in a chardet dependency that is in
conflict with coala packages. Pin the version of requests to ensure
we're pulling in a supported version

Change-Id: Ifcc3012b7ea4288342b41db295c53b3958bcab78
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
tox.ini

diff --git a/tox.ini b/tox.ini
index 836f20605a5138e62ac25c18b8bc7e8d31acef02..ba046a16d88bf33ff970123e44f9e8d6fa7374c0 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -8,6 +8,8 @@ basepython = python3
 deps =
     coala==0.11
     coala-bears==0.11
+    # Requests 2.16 breaks coala dependency on chardet
+    requests<2.16
     nodeenv
 commands =
     nodeenv -p