ansible-test - Update coverage to 6.4.2 (#78320)

pull/78322/head
Matt Clay 2 years ago committed by GitHub
parent b56b38b3ba
commit 4cd3425dfe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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.3.3 ; python_version >= '3.7' and python_version <= '3.11'
coverage == 6.4.2 ; 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.3.3', 7, (3, 7), (3, 11)),
CoverageVersion('6.4.2', 7, (3, 7), (3, 11)),
CoverageVersion('4.5.4', 0, (2, 6), (3, 6)),
)
"""

Loading…
Cancel
Save