Update coverage constraints for ansible-test.

This commit is contained in:
Matt Clay 2017-01-17 16:37:29 -08:00
parent 82bf37fc53
commit 89898ed734

View file

@ -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