From: Anil Belur Date: Tue, 28 May 2019 10:42:21 +0000 (+1000) Subject: Pin requests to 2.21.0 X-Git-Tag: v0.37.6~1 X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F73%2F15773%2F1;p=releng%2Fglobal-jjb.git 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: Iac776a930f3669305c37b875abbcf18d3df5b45a Signed-off-by: Anil Belur --- 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 =