Pin requests to <2.16 39/57939/1
authorDaniel Farrell <dfarrell@redhat.com>
Sun, 28 May 2017 14:39:06 +0000 (10:39 -0400)
committerDaniel Farrell <dfarrell@redhat.com>
Sun, 28 May 2017 14:39:06 +0000 (10:39 -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.

Copied change by Thanh.

Change-Id: I345f37da5b96f40da5dce077635b6e85bb8638ff
Signed-off-by: Daniel Farrell <dfarrell@redhat.com>
tox.ini

diff --git a/tox.ini b/tox.ini
index 74af598733df5de8f82d0f645b1ccb5e0d948766..3bb75de2710a4294abe69074736da52cbda2053c 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 dependencies
+    requests<2.16
     nodeenv
 commands =
     nodeenv -p