Pin requests to 2.21.0 26/15726/3
authorAnil Belur <abelur@linuxfoundation.org>
Tue, 21 May 2019 08:27:41 +0000 (18:27 +1000)
committerAnil Belur <abelur@linuxfoundation.org>
Tue, 21 May 2019 08:27:41 +0000 (18:27 +1000)
request-2.22.0 does not work with python-3.4.9, so pin requests
to 2.21.0.

Change-Id: I8f79fdd2ba2100eb41f0d5e9a23862950e07e7bc
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 =