mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Correct test constraints and add sanity check.
This commit is contained in:
@@ -1,2 +1,3 @@
|
||||
coverage >= 4.2
|
||||
jinja2 < 2.9 # 2.9 introduces changes which break tests
|
||||
pywinrm >= 0.2.1 # 0.1.1 required, but 0.2.1 provides better performance
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
jinja2<2.9
|
||||
jinja2
|
||||
jmespath
|
||||
junit-xml
|
||||
ordereddict ; python_version < '2.7'
|
||||
|
||||
Reference in New Issue
Block a user