ansible-test - Update coverage to version 6.5.0.

ci_complete
ci_coverage
pull/78525/merge
Matt Clay 2 years ago
parent cee9872605
commit 20c1252212

@ -1,4 +1,4 @@
# The test-constraints sanity test verifies this file, but changes must be made manually to keep it in up-to-date.
virtualenv == 16.7.12 ; python_version < '3'
coverage == 6.4.4 ; python_version >= '3.7' and python_version <= '3.11'
coverage == 6.5.0 ; python_version >= '3.7' and python_version <= '3.11'
coverage == 4.5.4 ; python_version >= '2.6' and python_version <= '3.6'

@ -64,7 +64,7 @@ class CoverageVersion:
COVERAGE_VERSIONS = (
# IMPORTANT: Keep this in sync with the ansible-test.txt requirements file.
CoverageVersion('6.4.4', 7, (3, 7), (3, 11)),
CoverageVersion('6.5.0', 7, (3, 7), (3, 11)),
CoverageVersion('4.5.4', 0, (2, 6), (3, 6)),
)
"""

Loading…
Cancel
Save