File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 33
33
cd " ${KOKORO_ARTIFACTS_DIR} /github/google-cloud-go/internal/"
34
34
git submodule add https://github.com/googleapis/env-tests-logging
35
35
cd " env-tests-logging/"
36
- export ENV_TEST_PY_VERSION=3.7
36
+ export ENV_TEST_PY_VERSION=3.9
37
37
echo " using python version: $ENV_TEST_PY_VERSION "
38
38
39
39
# run tests from git tag golang-envtest-pin when available
@@ -65,7 +65,7 @@ gcloud config set compute/zone us-central1-b
65
65
gcloud auth configure-docker -q
66
66
67
67
# create a unique id for this run
68
- UUID=$( python -c ' import uuid; print(uuid.uuid1())' | head -c 7)
68
+ UUID=$( python3 -c ' import uuid; print(uuid.uuid1())' | head -c 7)
69
69
export ENVCTL_ID=ci-$UUID
70
70
echo $ENVCTL_ID
71
71
85
85
86
86
# Run the environment test for the specified GCP service
87
87
set +e
88
- python3.7 -m nox --session " tests(language='go', platform='$ENVIRONMENT ')"
88
+ python3 -m nox --session " tests(language='go', platform='$ENVIRONMENT ')"
89
89
TEST_STATUS_CODE=$?
90
90
91
91
# destroy resources
You can’t perform that action at this time.
0 commit comments