From 225cbd8d790602b30050e0e32ecffd400ec17731 Mon Sep 17 00:00:00 2001 From: Paul Cuzner Date: Tue, 25 Aug 2020 10:51:26 +1200 Subject: [PATCH] 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 --- qa/workunits/cephadm/test_adoption.sh | 1 - 1 file changed, 1 deletion(-) 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!" -- 2.47.3