From 89898ed73434588ae18cae4ed73010455c9a8526 Mon Sep 17 00:00:00 2001 From: Matt Clay Date: Tue, 17 Jan 2017 16:37:29 -0800 Subject: [PATCH] Update coverage constraints for ansible-test. --- 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 720d4a4bd99..686b5e1305b 100644 --- a/test/runner/requirements/constraints.txt +++ b/test/runner/requirements/constraints.txt @@ -1,2 +1,2 @@ -coverage >= 4.2, < 4.3.2 +coverage >= 4.2, != 4.3.2 # features in 4.2+ required, avoid known bug in 4.3.2 on python 2.6 pywinrm >= 0.2.1 # 0.1.1 required, but 0.2.1 provides better performance