File tree 2 files changed +2
-3
lines changed
2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ export PYTHONUNBUFFERED=1
33
33
env | grep KOKORO
34
34
35
35
# Install nox
36
- python3.6 -m pip install --upgrade --quiet nox
36
+ python3.7 -m pip install --upgrade --quiet nox
37
37
38
38
# Use secrets acessor service account to get secrets
39
39
if [[ -f " ${KOKORO_GFILE_DIR} /secrets_viewer_service_account.json" ]]; then
@@ -76,7 +76,7 @@ for file in samples/**/requirements.txt; do
76
76
echo " ------------------------------------------------------------"
77
77
78
78
# Use nox to execute the tests for the project.
79
- python3.6 -m nox -s " $RUN_TESTS_SESSION "
79
+ python3.7 -m nox -s " $RUN_TESTS_SESSION "
80
80
EXIT=$?
81
81
82
82
# If this is a periodic build, send the test log to the FlakyBot.
Original file line number Diff line number Diff line change 100
100
".kokoro/presubmit/presubmit.cfg" ,
101
101
# exclude sample configs so periodic samples are tested against main
102
102
# instead of pypi
103
- ".kokoro/samples/python3.6/periodic.cfg" ,
104
103
".kokoro/samples/python3.7/periodic.cfg" ,
105
104
".kokoro/samples/python3.8/periodic.cfg" ,
106
105
".kokoro/samples/python3.9/periodic.cfg" ,
You can’t perform that action at this time.
0 commit comments