summaryrefslogtreecommitdiff
path: root/test/scripts/e2e.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/scripts/e2e.sh')
-rwxr-xr-xtest/scripts/e2e.sh7
1 files changed, 4 insertions, 3 deletions
diff --git a/test/scripts/e2e.sh b/test/scripts/e2e.sh
index 760c3170a..a3b2c756f 100755
--- a/test/scripts/e2e.sh
+++ b/test/scripts/e2e.sh
@@ -125,9 +125,10 @@ if [ -z "$E2E_TEST_FILTER" ] || [ "$E2E_TEST_FILTER" == "SCRIPTS" ]; then
. "${TEMPDIR}/ve/bin/activate"
"${TEMPDIR}/ve/bin/pip3" install --upgrade pip
- # Pin a version of our python SDK's so that breaking changes don't spuriously break our tests.
- # Please update as necessary.
- "${TEMPDIR}/ve/bin/pip3" install py-algorand-sdk==1.17.0
+ # Pin major version of our python SDK's so that breaking changes
+ # don't spuriously break our tests. If a minor version breaks our
+ # tests, we ought to find out.
+ "${TEMPDIR}/ve/bin/pip3" install 'py-algorand-sdk==2.*'
# Enable remote debugging:
"${TEMPDIR}/ve/bin/pip3" install --upgrade debugpy