Closed
Description
This is open from PR #1122. The docs presubmit test fails with the following log
KOKORO_KEYSTORE_DIR=/secrets/keystore
KOKORO_GITHUB_PULL_REQUEST_NUMBER=1122
KOKORO_GITHUB_PULL_REQUEST_URL=https://github.com/googleapis/python-bigquery-sqlalchemy/pull/1122
KOKORO_JOB_NAME=cloud-devrel/client-libraries/python/googleapis/python-bigquery-sqlalchemy/docs/docs-presubmit
KOKORO_GIT_COMMIT=caf42eb2401880c0d9f2a6c9d62d4c7deb1520d8
KOKORO_GITHUB_PULL_REQUEST_COMMIT=caf42eb2401880c0d9f2a6c9d62d4c7deb1520d8
KOKORO_BUILD_NUMBER=1814
KOKORO_BUILD_ID=33f81373-2fee-40da-9ee9-5268b974831a
KOKORO_GFILE_DIR=/secrets/gfile
cat: /secrets/gfile/project-id.json: No such file or directory
/usr/bin/python3: No module named nox
================================================================
2024-10-01T23:41:34Z: Build finished with 1
================================================================
An initial investigation shows this may have been caused by this line, which is calling python3
, but we may have installed python as python3.10
instead. We will ignore the error and merge PR #1122 now.