From: Paul Cuzner Date: Mon, 24 Aug 2020 22:51:26 +0000 (+1200) Subject: cephadm: remove py2 from test_adoption X-Git-Tag: v16.1.0~1335^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=225cbd8d790602b30050e0e32ecffd400ec17731;p=ceph.git cephadm: remove py2 from test_adoption Since cephadm is py3 based, and py2 is EOL this patch removes the py2 test iteration from test_adoption.sh Signed-off-by: Paul Cuzner --- diff --git a/qa/workunits/cephadm/test_adoption.sh b/qa/workunits/cephadm/test_adoption.sh index ad147885db3..14ab2cbf4d2 100755 --- a/qa/workunits/cephadm/test_adoption.sh +++ b/qa/workunits/cephadm/test_adoption.sh @@ -21,7 +21,6 @@ if [ -z "$PYTHON_KLUDGE" ]; then # see which pythons we should test with PYTHONS="" which python3 && PYTHONS="$PYTHONS python3" - which python2 && PYTHONS="$PYTHONS python2" echo "PYTHONS $PYTHONS" if [ -z "$PYTHONS" ]; then echo "No PYTHONS found!"