Skip to content

Commit

Permalink
Use coverage<5 in integration tests. (ansible-collections#13)
Browse files Browse the repository at this point in the history
Coverage versions 5 and later are not supported by ansible-test.
  • Loading branch information
mattclay authored and jillr committed May 3, 2021
1 parent a8cf6f9 commit 8eb9ffc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
name:
- 'botocore<1.10.16'
- boto3
- coverage
- coverage<5
virtualenv: "{{ virtualenv }}"
virtualenv_command: "{{ virtualenv_command }}"
virtualenv_site_packages: no
Expand Down

0 comments on commit 8eb9ffc

Please sign in to comment.