From c36acacf22c4e6708ae6bb13b74fec2d09e3dbf4 Mon Sep 17 00:00:00 2001 From: Anil Belur Date: Tue, 21 May 2019 18:27:41 +1000 Subject: [PATCH] Pin requests to 2.21.0 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 --- releasenotes/notes/pin-requests-v2.21.0-fe39ad342472bee5.yaml | 5 +++++ tox.ini | 2 ++ 2 files changed, 7 insertions(+) create mode 100644 releasenotes/notes/pin-requests-v2.21.0-fe39ad342472bee5.yaml 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 index 00000000..c5dbe16e --- /dev/null +++ b/releasenotes/notes/pin-requests-v2.21.0-fe39ad342472bee5.yaml @@ -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 3adfbc21..fa58f859 100644 --- 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 = -- 2.16.6