ansible-test - Remove unused code.

This was overlooked in a previous commit that removed FreeBSD 12.2 support.
pull/76980/head
Matt Clay 2 years ago
parent 00a2b7788e
commit 0d5401d950

@ -104,11 +104,6 @@ bootstrap_remote_freebsd()
# Declare platform/python version combinations which do not have supporting OS packages available.
# For these combinations ansible-test will use pip to install the requirements instead.
case "${platform_version}/${python_version}" in
"12.2/3.8")
jinja2_pkg="" # not available
cryptography_pkg="" # not available
pyyaml_pkg="" # not available
;;
"13.0/3.8")
jinja2_pkg="" # not available
cryptography_pkg="" # not available

Loading…
Cancel
Save