mirror of https://github.com/ansible/ansible.git
ansible-test - Update Python 3.11 support. (#78840)
- Update sanity test requirements to fully support Python 3.11. - Make Python 3.11 the default in the base and default test containers.pull/78850/head
parent
163819efa2
commit
4d25233ece
@ -1,4 +1,4 @@
|
||||
# edit "sanity.yamllint.in" and generate with: hacking/update-sanity-requirements.py --test yamllint
|
||||
pathspec==0.9.0
|
||||
pathspec==0.10.1
|
||||
PyYAML==6.0
|
||||
yamllint==1.27.1
|
||||
yamllint==1.28.0
|
||||
|
@ -1,6 +1,5 @@
|
||||
{
|
||||
"disabled": true,
|
||||
"maximum_python_version": "3.10",
|
||||
"no_targets": true,
|
||||
"output": "path-line-column-message"
|
||||
}
|
||||
|
Loading…
Reference in New Issue