mirror of https://github.com/ansible/ansible.git
ansible-test - Update sanity test and coverage requirements (#85761)
* ansible-test - Update sanity test requirements * ansible-test - Update coverage to 7.10.5pull/85717/head
parent
6976e13075
commit
e8a3be9de5
@ -1,2 +1,2 @@
|
|||||||
minor_changes:
|
minor_changes:
|
||||||
- ansible-test - Upgrade to ``coverage`` version 7.10.0 for Python 3.9 and later.
|
- ansible-test - Upgrade to ``coverage`` version 7.10.5 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.0 ; python_version >= '3.9' and python_version <= '3.14'
|
coverage == 7.10.5 ; python_version >= '3.9' and python_version <= '3.14'
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
# edit "package-data.requirements.in" and generate with: hacking/update-sanity-requirements.py --test package-data
|
# edit "package-data.requirements.in" and generate with: hacking/update-sanity-requirements.py --test package-data
|
||||||
build==1.2.2.post1
|
build==1.3.0
|
||||||
packaging==25.0
|
packaging==25.0
|
||||||
pyproject_hooks==1.2.0
|
pyproject_hooks==1.2.0
|
||||||
|
|||||||
Loading…
Reference in New Issue