mirror of
https://github.com/ansible/ansible.git
synced 2026-08-03 00:22:10 +02:00
ansible-test - Update coverage to 7.6.1 (#83723)
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
minor_changes:
|
||||
- ansible-test - Update ``coverage`` to version 7.5.3.
|
||||
- ansible-test - Update ``coverage`` to version 7.6.1.
|
||||
|
||||
@@ -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.5.3 ; python_version >= '3.8' and python_version <= '3.13'
|
||||
coverage == 7.6.1 ; python_version >= '3.8' and python_version <= '3.13'
|
||||
|
||||
@@ -69,7 +69,7 @@ class CoverageVersion:
|
||||
|
||||
COVERAGE_VERSIONS = (
|
||||
# IMPORTANT: Keep this in sync with the ansible-test.txt requirements file.
|
||||
CoverageVersion('7.5.3', 7, (3, 8), (3, 13)),
|
||||
CoverageVersion('7.6.1', 7, (3, 8), (3, 13)),
|
||||
)
|
||||
"""
|
||||
This tuple specifies the coverage version to use for Python version ranges.
|
||||
|
||||
Reference in New Issue
Block a user