From 1bbdeb524069a20e54309d930721a1ad72319877 Mon Sep 17 00:00:00 2001 From: Andrew Grimberg Date: Sat, 1 Jun 2019 17:24:27 -0700 Subject: [PATCH] Pin detox detox 0.19 is not compatible with the version of tox we are getting from upstream Change-Id: Icc0fd40057c08e5241cd4d06c6f4ee57f7c0e7ec Signed-off-by: Andrew Grimberg --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index b7ece3b4..d6e72569 100644 --- a/tox.ini +++ b/tox.ini @@ -27,6 +27,7 @@ basepython = python3 deps = coala coala-bears + detox~=0.18 nodeenv==1.1.2 commands = nodeenv -p -- 2.16.6