diff --git a/test/scripts/e2e.sh b/test/scripts/e2e.sh index a80bf7ee7a..760c3170ad 100755 --- a/test/scripts/e2e.sh +++ b/test/scripts/e2e.sh @@ -124,7 +124,6 @@ if [ -z "$E2E_TEST_FILTER" ] || [ "$E2E_TEST_FILTER" == "SCRIPTS" ]; then python3 -m venv "${TEMPDIR}/ve" . "${TEMPDIR}/ve/bin/activate" "${TEMPDIR}/ve/bin/pip3" install --upgrade pip - "${TEMPDIR}/ve/bin/pip3" install --upgrade cryptograpy # Pin a version of our python SDK's so that breaking changes don't spuriously break our tests. # Please update as necessary.