From 08a408467b9d0f4d35037cf2c9ec2fa0d4c9e332 Mon Sep 17 00:00:00 2001 From: Paul Cuzner Date: Thu, 20 Aug 2020 11:58:34 +1200 Subject: [PATCH] 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) --- qa/workunits/cephadm/test_cephadm.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/qa/workunits/cephadm/test_cephadm.sh b/qa/workunits/cephadm/test_cephadm.sh index b1b1b20651761..76d564d13461d 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!" -- 2.39.5