File tree Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -17,9 +17,7 @@ export OBJC_DISABLE_INITIALIZE_FORK_SAFETY=YES
17
17
18
18
source " $CMCI_PYTHON_38 /bin/activate"
19
19
(set -x; pip install -r dev-requirements.txt)
20
-
21
20
(set -x; ANSIBLE_COLLECTIONS_PATHS=../../.. ansible-lint)
22
- (set -x; python3 -m yamllint -c yamllint.yaml .)
23
21
24
22
echo " /* -------------------------------------------------------------------------- */"
25
23
echo " /* ansible-test Sanity Tests */"
Original file line number Diff line number Diff line change @@ -14,9 +14,6 @@ pytest==7.2.0; python_version >= '3'
14
14
pylint==2.5.3; python_version >= '3'
15
15
shellcheck-py==0.9.0.2; python_version >= '3'
16
16
rstcheck==3.3.1; python_version >= '3'
17
- yamllint==1.29.0; python_version >= '3'
18
17
voluptuous==0.13.1; python_version >= '3'
19
- # needed to lint devel ansible version
20
- ansible-lint==6.12.2; python_version >= '3' and python_version < '3.9'
21
- ansible-lint==6.13.1; python_version >= '3.9'
18
+ ansible-lint==6.17.0; python_version >= '3.9'
22
19
pycodestyle==2.10.0; python_version >= '3'
You can’t perform that action at this time.
0 commit comments