From 55b9a11468cde5d2557b9950228add6e5ac42cd6 Mon Sep 17 00:00:00 2001 From: Matt Clay Date: Mon, 16 Jan 2017 17:44:45 -0800 Subject: [PATCH] Require coverage < 4.3.2 to avoid bugs. --- test/runner/requirements/constraints.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/runner/requirements/constraints.txt b/test/runner/requirements/constraints.txt index ec8e8a069b..720d4a4bd9 100644 --- a/test/runner/requirements/constraints.txt +++ b/test/runner/requirements/constraints.txt @@ -1,2 +1,2 @@ -coverage >= 4.2 +coverage >= 4.2, < 4.3.2 pywinrm >= 0.2.1 # 0.1.1 required, but 0.2.1 provides better performance