Skip to content

Commit 1f07110

Browse files
authored
fix: Update test-samples-impl.sh python3.6 --> python3.9 (#1476)
https://github.com/GoogleCloudPlatform/python-docs-samples/pull/8135/files
1 parent 8508168 commit 1f07110

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

synthtool/gcp/templates/python_library/.kokoro/test-samples-impl.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ export PYTHONUNBUFFERED=1
3333
env | grep KOKORO
3434

3535
# Install nox
36-
python3.6 -m pip install --upgrade --quiet nox
36+
python3.9 -m pip install --upgrade --quiet nox
3737

3838
# Use secrets acessor service account to get secrets
3939
if [[ -f "${KOKORO_GFILE_DIR}/secrets_viewer_service_account.json" ]]; then
@@ -76,7 +76,7 @@ for file in samples/**/requirements.txt; do
7676
echo "------------------------------------------------------------"
7777

7878
# Use nox to execute the tests for the project.
79-
python3.6 -m nox -s "$RUN_TESTS_SESSION"
79+
python3.9 -m nox -s "$RUN_TESTS_SESSION"
8080
EXIT=$?
8181

8282
# If this is a periodic build, send the test log to the FlakyBot.

0 commit comments

Comments
 (0)