mirror of https://github.com/ansible/ansible.git
ansible-test - Update sanity test requirements (#83795)
* Remove PyYAML pin for yamllint sanity test * Freeze sanity test requirementspull/83802/head
parent
ab624ad031
commit
da02611c48
@ -1,2 +1,2 @@
|
|||||||
PyYAML == 6.0.2rc1 # temporary hack to support Python 3.13
|
pyyaml
|
||||||
yamllint
|
yamllint
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# edit "sanity.yamllint.in" and generate with: hacking/update-sanity-requirements.py --test yamllint
|
# edit "sanity.yamllint.in" and generate with: hacking/update-sanity-requirements.py --test yamllint
|
||||||
pathspec==0.12.1
|
pathspec==0.12.1
|
||||||
PyYAML==6.0.2rc1
|
PyYAML==6.0.2
|
||||||
yamllint==1.35.1
|
yamllint==1.35.1
|
||||||
|
Loading…
Reference in New Issue