Skip to content

Commit

Permalink
[stable-2.7] Add ansible-test constraint to avoid coverage 5.0+.
Browse files Browse the repository at this point in the history
(cherry picked from commit 9ea5b53)

Co-authored-by: Matt Clay <matt@mystile.com>
  • Loading branch information
mattclay committed Jan 10, 2020
1 parent 88416b6 commit dfb425b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions changelogs/fragments/ansible-test-coverage-constraint.yml
@@ -0,0 +1,2 @@
bugfixes:
- ansible-test no longer tries to install ``coverage`` 5.0+ since those versions are unsupported
2 changes: 1 addition & 1 deletion test/runner/requirements/constraints.txt
@@ -1,4 +1,4 @@
coverage >= 4.2, != 4.3.2 # features in 4.2+ required, avoid known bug in 4.3.2 on python 2.6
coverage >= 4.2, < 5.0.0, != 4.3.2 # features in 4.2+ required, avoid known bug in 4.3.2 on python 2.6, coverage 5.0+ incompatible
cryptography < 2.2 ; python_version < '2.7' # cryptography 2.2 drops support for python 2.6
deepdiff < 4.0.0 ; python_version < '3' # deepdiff 4.0.0 and later require python 3
urllib3 < 1.24 ; python_version < '2.7' # urllib3 1.24 and later require python 2.7 or later
Expand Down

0 comments on commit dfb425b

Please sign in to comment.