Skip to content

Commit f49ae3c

Browse files
AndrewTwydellstewartfrancis
authored andcommitted
upgrade ansible-lint version
Signed-off-by: Andrew Twydell <[email protected]>
1 parent b824f1e commit f49ae3c

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

build.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,7 @@ export OBJC_DISABLE_INITIALIZE_FORK_SAFETY=YES
1717

1818
source "$CMCI_PYTHON_38/bin/activate"
1919
(set -x; pip install -r dev-requirements.txt)
20-
2120
(set -x; ANSIBLE_COLLECTIONS_PATHS=../../.. ansible-lint)
22-
(set -x; python3 -m yamllint -c yamllint.yaml .)
2321

2422
echo "/* -------------------------------------------------------------------------- */"
2523
echo "/* ansible-test Sanity Tests */"

dev-requirements.txt

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@ pytest==7.2.0; python_version >= '3'
1414
pylint==2.5.3; python_version >= '3'
1515
shellcheck-py==0.9.0.2; python_version >= '3'
1616
rstcheck==3.3.1; python_version >= '3'
17-
yamllint==1.29.0; python_version >= '3'
1817
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'
2219
pycodestyle==2.10.0; python_version >= '3'

0 commit comments

Comments
 (0)