Skip to content

Commit f53595d

Browse files
russozfelixfontein
authored andcommitted
Use https://github.com/felixfontein/ansible/commits/show-deprecations/ to not suppress deprecations in ansible-test devel.
ci_complete
1 parent 3b551f9 commit f53595d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/utils/shippable/shippable.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ command -v pip
6161
pip --version
6262
pip list --disable-pip-version-check
6363
if [ "${ansible_version}" == "devel" ]; then
64-
retry pip install https://github.com/ansible/ansible/archive/devel.tar.gz --disable-pip-version-check
64+
retry pip install https://github.com/felixfontein/ansible/archive/show-deprecations.tar.gz --disable-pip-version-check
6565
else
6666
retry pip install "https://github.com/ansible/ansible/archive/stable-${ansible_version}.tar.gz" --disable-pip-version-check
6767
fi

0 commit comments

Comments
 (0)