From: Paul Cuzner Date: Wed, 19 Aug 2020 23:58:34 +0000 (+1200) Subject: cephadm: remove py2 from test stream X-Git-Tag: v16.1.0~1335^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=db5f758ec5d1887b664d16d08552ff272b8c214f;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 --- diff --git a/qa/workunits/cephadm/test_cephadm.sh b/qa/workunits/cephadm/test_cephadm.sh index 1a44dc7acee..e0f038db178 100755 --- a/qa/workunits/cephadm/test_cephadm.sh +++ b/qa/workunits/cephadm/test_cephadm.sh @@ -40,7 +40,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!"