From dad662adb204bc6c0adc9c83d3fdedf3565cb8df Mon Sep 17 00:00:00 2001 From: Andrew Grimberg Date: Fri, 24 May 2019 13:47:11 -0700 Subject: [PATCH] Pin requests Change-Id: Ide7c04cc94b8f9b1cc81ec0aa53bbe3836e9035a Signed-off-by: Andrew Grimberg --- tox.ini | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tox.ini b/tox.ini index 3b65130..52bdf24 100644 --- a/tox.ini +++ b/tox.ini @@ -24,6 +24,8 @@ deps = coala-bears nodeenv pygments~=2.3.1 + # request-2.22.0 does not work with python-3.4.9 + requests~=2.21.0 commands = nodeenv -p npm install --global remark-cli remark-lint write-good -- 2.16.6