Pin requests to 2.21.0 73/15773/1
authorAnil Belur <abelur@linuxfoundation.org>
Tue, 28 May 2019 10:42:21 +0000 (20:42 +1000)
committerAnil Belur <abelur@linuxfoundation.org>
Tue, 28 May 2019 10:43:12 +0000 (20:43 +1000)
request-2.22.0 does not work with python-3.4.9, so pin requests
to 2.21.0.

Change-Id: Iac776a930f3669305c37b875abbcf18d3df5b45a
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
releasenotes/notes/pin-requests-v2.21.0-fe39ad342472bee5.yaml [new file with mode: 0644]
tox.ini

diff --git a/releasenotes/notes/pin-requests-v2.21.0-fe39ad342472bee5.yaml b/releasenotes/notes/pin-requests-v2.21.0-fe39ad342472bee5.yaml
new file mode 100644 (file)
index 0000000..c5dbe16
--- /dev/null
@@ -0,0 +1,5 @@
+---
+fixes:
+  - |
+    request-2.22.0 does not work with python-3.4.9, so pin requests
+    to v2.21.0 to address the tox failures.
diff --git a/tox.ini b/tox.ini
index 3adfbc2..fa58f85 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -18,6 +18,8 @@ deps =
     coala
     coala-bears
     pygments~=2.3.1
+    # request-2.22.0 does not work with python-3.4.9
+    requests~=2.21.0
     # Markdown lint requires nodejs
     nodeenv
 commands =