From 03e18aa52e5ee4a7f7826fbba559f8ed4fe7cf64 Mon Sep 17 00:00:00 2001 From: Matt Clay Date: Wed, 11 Oct 2017 23:46:55 -0700 Subject: [PATCH] Remove cryptography install from CI other test. --- test/utils/shippable/other.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/test/utils/shippable/other.sh b/test/utils/shippable/other.sh index c5b2fd0073..0392538f71 100755 --- a/test/utils/shippable/other.sh +++ b/test/utils/shippable/other.sh @@ -7,10 +7,6 @@ shippable.py retry.py apt-get update -qq retry.py apt-get install -qq \ shellcheck \ - libssl-dev \ - libffi-dev \ - -pip install cryptography retry.py pip install tox --disable-pip-version-check