From: Paul Cuzner Date: Wed, 19 Aug 2020 23:58:34 +0000 (+1200) Subject: cephadm: remove py2 from test stream X-Git-Tag: v15.2.9~122^2~117^2~34 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=08a408467b9d0f4d35037cf2c9ec2fa0d4c9e332;p=ceph.git cephadm: remove py2 from test stream Since py2 is EOL, and cephadm requires py3 anyway this patch removes the py2 test iteration from the functional testing suite. Signed-off-by: Paul Cuzner (cherry picked from commit db5f758ec5d1887b664d16d08552ff272b8c214f) --- diff --git a/qa/workunits/cephadm/test_cephadm.sh b/qa/workunits/cephadm/test_cephadm.sh index b1b1b2065176..76d564d13461 100755 --- a/qa/workunits/cephadm/test_cephadm.sh +++ b/qa/workunits/cephadm/test_cephadm.sh @@ -39,7 +39,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!"