From 6766c92a10e259d842b44a89fb1b440162dcaae7 Mon Sep 17 00:00:00 2001 From: Andrew Grimberg Date: Fri, 24 May 2019 14:18:44 -0700 Subject: [PATCH] Pin detox detox 0.19 is not compatible with the version of tox we are getting from upstream Change-Id: Iaae2e180d66e58238fe13be219b2a02cfcfb4116 Signed-off-by: Andrew Grimberg --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index 52bdf24..6533697 100644 --- a/tox.ini +++ b/tox.ini @@ -22,6 +22,7 @@ basepython = python3 deps = coala coala-bears + detox~=0.18 nodeenv pygments~=2.3.1 # request-2.22.0 does not work with python-3.4.9 -- 2.16.6