ansible-test - Upgrade coverage to 7.10.7 (#85981)

(cherry picked from commit 7c2311d547)
pull/85987/head
Matt Clay 2 months ago committed by Matt Martz
parent 405e2bf2bf
commit bdba82ff07
No known key found for this signature in database
GPG Key ID: 40832D88E9FC91D8

@ -1,2 +1,2 @@
minor_changes: minor_changes:
- ansible-test - Upgrade to ``coverage`` version 7.10.6 for Python 3.9 and later. - ansible-test - Upgrade to ``coverage`` version 7.10.7 for Python 3.9 and later.

@ -1,2 +1,2 @@
# The test-constraints sanity test verifies this file, but changes must be made manually to keep it in up-to-date. # The test-constraints sanity test verifies this file, but changes must be made manually to keep it in up-to-date.
coverage == 7.10.6 ; python_version >= '3.9' and python_version <= '3.14' coverage == 7.10.7 ; python_version >= '3.9' and python_version <= '3.14'

@ -69,7 +69,7 @@ class CoverageVersion:
COVERAGE_VERSIONS = ( COVERAGE_VERSIONS = (
# IMPORTANT: Keep this in sync with the ansible-test.txt requirements file. # IMPORTANT: Keep this in sync with the ansible-test.txt requirements file.
CoverageVersion('7.10.6', 7, (3, 9), (3, 14)), CoverageVersion('7.10.7', 7, (3, 9), (3, 14)),
) )
""" """
This tuple specifies the coverage version to use for Python version ranges. This tuple specifies the coverage version to use for Python version ranges.

Loading…
Cancel
Save