From 6cdacd40bfe8cdfa09acb035a34ef3748b0c5509 Mon Sep 17 00:00:00 2001 From: Steven Robertson Date: Tue, 20 Oct 2020 21:27:07 -0700 Subject: [PATCH] fix Error: Calling Non-checksummed download of sshpass formula file from an arbitrary URL is disabled (cherry picked from commit b68d4e9a7f959d1abc111957d963134e1e6fdb66) --- .ci/localhost_ansible_tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/localhost_ansible_tests.py b/.ci/localhost_ansible_tests.py index 9334ebc9..0e7e8be4 100755 --- a/.ci/localhost_ansible_tests.py +++ b/.ci/localhost_ansible_tests.py @@ -22,7 +22,7 @@ with ci_lib.Fold('unit_tests'): with ci_lib.Fold('job_setup'): os.chmod(KEY_PATH, int('0600', 8)) if not ci_lib.exists_in_path('sshpass'): - run("brew install http://git.io/sshpass.rb") + run("brew install esolitos/ipa/sshpass") with ci_lib.Fold('machine_prep'):