ansible-test - Update coverage to version 6.4.4. (#78728)

pull/78729/head
Matt Clay 2 years ago committed by GitHub
parent c56b35598f
commit b3854161a0
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.4.3 ; python_version >= '3.7' and python_version <= '3.11'
coverage == 6.4.4 ; 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.3', 7, (3, 7), (3, 11)),
CoverageVersion('6.4.4', 7, (3, 7), (3, 11)),
CoverageVersion('4.5.4', 0, (2, 6), (3, 6)),
)
"""

Loading…
Cancel
Save