From bced762f779ff35d832506b1300e7a178ab89caf Mon Sep 17 00:00:00 2001 From: Oleg Kalachev Date: Thu, 11 Apr 2024 02:49:15 +0300 Subject: [PATCH] Bring back ipython --- builder/image-software.sh | 2 +- builder/test/tests.sh | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/builder/image-software.sh b/builder/image-software.sh index eae0dbbe6..aa9e91671 100755 --- a/builder/image-software.sh +++ b/builder/image-software.sh @@ -87,6 +87,7 @@ my_travis_retry apt-get install --no-install-recommends -y cmake-data cmake my_travis_retry apt-get install --no-install-recommends -y \ unzip \ zip \ +ipython3 \ screen \ byobu \ nmap \ @@ -118,7 +119,6 @@ monkey \ mjpg-streamer #python-pip \ #ipython \ -#ipython3 \ #python-dev \ #python-systemd \ #python-espeak \ diff --git a/builder/test/tests.sh b/builder/test/tests.sh index e11c4c455..107528f6c 100755 --- a/builder/test/tests.sh +++ b/builder/test/tests.sh @@ -27,8 +27,6 @@ systemctl --version if [ -z $VM ]; then # rpi only software python --version - ipython --version - pip2 --version [[ $(python -c 'import sys;print(sys.version_info.major)') == "3" ]] # ptvsd does not have a stand-alone binary