aboutsummaryrefslogtreecommitdiff
path: root/tests/script/bootstrap/common.sh
diff options
context:
space:
mode:
authorJohn Whittington <git@jbrengineering.co.uk>2020-08-06 19:21:23 +0200
committerJohn Whittington <git@jbrengineering.co.uk>2020-08-06 20:01:05 +0200
commitbf319c49b7f7ff17e073422a3ba06a701e12f590 (patch)
tree66d05b1e87a9efcd27af2f485dc3cfae528b553d /tests/script/bootstrap/common.sh
parent185a1e9e3527794a49451915009fb48d9e678080 (diff)
platform neutral examples and manual cherry-pick merge of https://github.com/alissa-huskey/Arduino-Makefile/tree/test_fixes
Diffstat (limited to 'tests/script/bootstrap/common.sh')
-rw-r--r--tests/script/bootstrap/common.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/script/bootstrap/common.sh b/tests/script/bootstrap/common.sh
index 221dd21..2b879b8 100644
--- a/tests/script/bootstrap/common.sh
+++ b/tests/script/bootstrap/common.sh
@@ -168,8 +168,6 @@ if [ -z $COMMON_SOURCED ]; then
if ! command -v pip3 >/dev/null 2>&1; then
echo "Installing Pip..."
_install "python3-pip"
-
- $SUDO_CMD easy_install3 pip3
fi
PIP_SUDO_CMD=