8000 chore: remove nox uninstall/reinstall from python build.sh template (… · googleapis/synthtool@2635888 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2635888

Browse files
authored
chore: remove nox uninstall/reinstall from python build.sh template (#1935)
This PR removes the steps that uninstall/reinstall nox and report the version from build.sh, as nox should be included as part of the base python docker image used for testing.
1 parent d895aec commit 2635888

File tree

1 file changed

+0
-7
lines changed
  • synthtool/gcp/templates/python_library/.kokoro

1 file changed

+0
-7
lines changed

synthtool/gcp/templates/python_library/.kokoro/build.sh

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,6 @@ export GOOGLE_APPLICATION_CREDENTIALS=${KOKORO_GFILE_DIR}/service-account.json
3333
# Setup project id.
3434
export PROJECT_ID=$(cat "${KOKORO_GFILE_DIR}/project-id.json")
3535

36-
# Remove old nox
37-
python3 -m pip uninstall --yes --quiet nox-automation
38-
39-
# Install nox
40-
python3 -m pip install --upgrade --quiet nox
41-
python3 -m nox --version
42-
4336
# If this is a continuous build, send the test log to the FlakyBot.
4437
# See https://github.com/googleapis/repo-automation-bots/tree/main/packages/flakybot.
4538
if [[ $KOKORO_BUILD_ARTIFACTS_SUBDIR = *"continuous"* ]]; then

0 commit comments

Comments
 (0)
0