mirror of https://github.com/ansible/ansible.git
ansible-test - Upgrade coverage to 7.9.1 (#85411)
parent
6ff6339191
commit
a1d25cca00
@ -0,0 +1,2 @@
|
||||
minor_changes:
|
||||
- ansible-test - Upgrade to ``coverage`` version 7.9.1 for Python 3.9 and later.
|
||||
@ -1,2 +1,3 @@
|
||||
# The test-constraints sanity test verifies this file, but changes must be made manually to keep it in up-to-date.
|
||||
coverage == 7.6.1 ; python_version >= '3.8' and python_version <= '3.13'
|
||||
coverage == 7.9.1 ; python_version >= '3.9' and python_version <= '3.14'
|
||||
coverage == 7.6.1 ; python_version >= '3.8' and python_version <= '3.8'
|
||||
|
||||
Loading…
Reference in New Issue