From 12f6beaebdbe00bce570fe8029258707f36eaecb Mon Sep 17 00:00:00 2001 From: Matt Clay Date: Wed, 15 Mar 2017 15:49:41 -0700 Subject: [PATCH] Remove python2.4 package install from other test. --- test/utils/shippable/other.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/test/utils/shippable/other.sh b/test/utils/shippable/other.sh index cfb8d1d7f90..64c36af7d8a 100755 --- a/test/utils/shippable/other.sh +++ b/test/utils/shippable/other.sh @@ -9,7 +9,6 @@ retry.py add-apt-repository 'ppa:fkrull/deadsnakes' retry.py apt-get update -qq retry.py apt-get install -qq \ shellcheck \ - python2.4 \ g++-4.9 \ python3.6-dev \