Update coverage constraints for ansible-test.
This commit is contained in:
parent
82bf37fc53
commit
89898ed734
1 changed files with 1 additions and 1 deletions
|
@ -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
|
pywinrm >= 0.2.1 # 0.1.1 required, but 0.2.1 provides better performance
|
||||||
|
|
Loading…
Reference in a new issue