mirror of https://github.com/ansible/ansible.git
(cherry picked from commit ec265ec08a
)
pull/81848/head
parent
58cf53b3c3
commit
c7793e65ec
@ -1,5 +1,5 @@
|
||||
# The test-constraints sanity test verifies this file, but changes must be made manually to keep it in up-to-date.
|
||||
virtualenv == 16.7.12 ; python_version < '3'
|
||||
coverage == 7.3.0 ; python_version >= '3.8' and python_version <= '3.12'
|
||||
coverage == 7.3.2 ; python_version >= '3.8' and python_version <= '3.12'
|
||||
coverage == 6.5.0 ; python_version >= '3.7' and python_version <= '3.7'
|
||||
coverage == 4.5.4 ; python_version >= '2.6' and python_version <= '3.6'
|
||||
|
Loading…
Reference in New Issue