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:
Matt Clay 2016-06-27 16:34:19 -07:00 committed by GitHub
commit 81a49912b0
4 changed files with 8 additions and 8 deletions

View file

@ -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 .