mirror of
https://github.com/zebrajr/ansible.git
synced 2025-12-06 00:19:48 +01:00
ansible-test - Upgrade coverage to 7.10.7 (#85981)
This commit is contained in:
parent
de7dd5bbb2
commit
7c2311d547
|
|
@ -1,2 +1,2 @@
|
|||
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.
|
||||
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 = (
|
||||
# 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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user