From ba960d730416fe05c50547e975ce79fcee52c671 Mon Sep 17 00:00:00 2001 From: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com> Date: Tue, 19 Jan 2021 09:38:04 -0700 Subject: [PATCH] build(python): make `NOX_SESSION` optional (#905) I added this accidentally in #889. `NOX_SESSION` should be passed down if it is set but not marked required. --- synthtool/gcp/templates/python_library/.trampolinerc | 1 - 1 file changed, 1 deletion(-) diff --git a/synthtool/gcp/templates/python_library/.trampolinerc b/synthtool/gcp/templates/python_library/.trampolinerc index c7d663ae9..383b6ec89 100644 --- a/synthtool/gcp/templates/python_library/.trampolinerc +++ b/synthtool/gcp/templates/python_library/.trampolinerc @@ -18,7 +18,6 @@ required_envvars+=( "STAGING_BUCKET" "V2_STAGING_BUCKET" - "NOX_SESSION" ) # Add env vars which are passed down into the container here.