From b3594143772107f8c492b90d657741822ac82d95 Mon Sep 17 00:00:00 2001 From: Alexey Rogachevskiy Date: Wed, 12 Feb 2020 23:29:04 +0300 Subject: [PATCH] builder: Drop python2 tests --- builder/image-validate.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/builder/image-validate.sh b/builder/image-validate.sh index d2184743..43a801ae 100755 --- a/builder/image-validate.sh +++ b/builder/image-validate.sh @@ -25,7 +25,8 @@ source /home/pi/catkin_ws/devel/setup.bash cd /home/pi/catkin_ws/src/clover/builder/test/ ./tests.sh ./tests.py -./tests_py2.py +# Disable Python 2 tests for image - we're dropping support, right? +# ./tests_py2.py [[ $(./tests_clever.py) == "Warning: clever package is renamed to clover" ]] # test backwards compatibility echo "Move /etc/ld.so.preload back to its original position"