Pin requests to <2.16 38/57938/1
authorDaniel Farrell <dfarrell@redhat.com>
Sun, 28 May 2017 14:38:42 +0000 (10:38 -0400)
committerDaniel Farrell <dfarrell@redhat.com>
Sun, 28 May 2017 14:38:42 +0000 (10:38 -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: Ie0e18e5f370c584f11d2dddd39cdf59e5d141bc7
Signed-off-by: Daniel Farrell <dfarrell@redhat.com>
tox.ini

diff --git a/tox.ini b/tox.ini
index 7b797b13cfe81cb30d3516da4f1d042f23a7b44d..249a5df4e62d906de319525c913cebab9568f3a7 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -12,6 +12,8 @@ basepython = python3
 deps =
     coala==0.11
     coala-bears==0.11
+    # Requests 2.16 breaks dependencies
+    requests<2.16
     nodeenv
 commands =
     nodeenv -p