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

diff --git a/tox.ini b/tox.ini
index 2ed1568b2d0b8f4c6be6a691773ba59d9e5971a8..9bce0910b75f905df6b4bcd4a8e0a5e0cfed1cac 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