mirror of https://github.com/ansible/ansible.git
- Update sanity test requirements to fully support Python 3.11.
- Make Python 3.11 the default in the base and default test containers.
(cherry picked from commit 4d25233ece)
pull/78847/head
parent
c71fdadadb
commit
85dba943ab
@ -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