mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 06:12:51 +00:00
Pin yamllint to 1.2.2 to avoid issues in 1.3.0. (#16464)
This also moves shippable test requirements to external files.
This commit is contained in:
@@ -7,7 +7,8 @@ install_deps="${INSTALL_DEPS:-}"
|
||||
cd "${source_root}"
|
||||
|
||||
if [ "${install_deps}" != "" ]; then
|
||||
pip install yamllint
|
||||
pip install -r "${source_root}/test/utils/shippable/code-smell-requirements.txt" --upgrade
|
||||
pip list
|
||||
fi
|
||||
|
||||
yamllint .
|
||||
|
||||
Reference in New Issue
Block a user