Skip to content

Commit 3463091

Browse files
build(python): make NOX_SESSION optional (#32)
I added this accidentally in #889. `NOX_SESSION` should be passed down if it is set but not marked required. Source-Author: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com> Source-Date: Tue Jan 19 09:38:04 2021 -0700 Source-Repo: googleapis/synthtool Source-Sha: ba960d730416fe05c50547e975ce79fcee52c671 Source-Link: googleapis/synthtool@ba960d7
1 parent 9c0989b commit 3463091

File tree

2 files changed

+93
-5
lines changed

2 files changed

+93
-5
lines changed

packages/google-cloud-recaptcha-enterprise/.trampolinerc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
required_envvars+=(
1919
"STAGING_BUCKET"
2020
"V2_STAGING_BUCKET"
21-
"NOX_SESSION"
2221
)
2322

2423
# Add env vars which are passed down into the container here.

packages/google-cloud-recaptcha-enterprise/synth.metadata

Lines changed: 93 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
{
44
"git": {
55
"name": ".",
6-
"remote": "git@github.com:googleapis/python-recaptcha-enterprise",
7-
"sha": "24a724739ccd8d627e44dec23c05f47960bc276f"
6+
"remote": "https://github.com/googleapis/python-recaptcha-enterprise.git",
7+
"sha": "7f9db7203246c0911ad1760ffc8e56cc61acd224"
88
}
99
},
1010
{
@@ -19,14 +19,14 @@
1919
"git": {
2020
"name": "synthtool",
2121
"remote": "https://github.com/googleapis/synthtool.git",
22-
"sha": "16ec872dd898d7de6e1822badfac32484b5d9031"
22+
"sha": "ba960d730416fe05c50547e975ce79fcee52c671"
2323
}
2424
},
2525
{
2626
"git": {
2727
"name": "synthtool",
2828
"remote": "https://github.com/googleapis/synthtool.git",
29-
"sha": "16ec872dd898d7de6e1822badfac32484b5d9031"
29+
"sha": "ba960d730416fe05c50547e975ce79fcee52c671"
3030
}
3131
}
3232
],
@@ -40,5 +40,94 @@
4040
"generator": "bazel"
4141
}
4242
}
43+
],
44+
"generatedFiles": [
45+
".coveragerc",
46+
".flake8",
47+
".github/CONTRIBUTING.md",
48+
".github/ISSUE_TEMPLATE/bug_report.md",
49+
".github/ISSUE_TEMPLATE/feature_request.md",
50+
".github/ISSUE_TEMPLATE/support_request.md",
51+
".github/PULL_REQUEST_TEMPLATE.md",
52+
".github/release-please.yml",
53+
".github/snippet-bot.yml",
54+
".gitignore",
55+
".kokoro/build.sh",
56+
".kokoro/continuous/common.cfg",
57+
".kokoro/continuous/continuous.cfg",
58+
".kokoro/docker/docs/Dockerfile",
59+
".kokoro/docker/docs/fetch_gpg_keys.sh",
60+
".kokoro/docs/common.cfg",
61+
".kokoro/docs/docs-presubmit.cfg",
62+
".kokoro/docs/docs.cfg",
63+
".kokoro/populate-secrets.sh",
64+
".kokoro/presubmit/common.cfg",
65+
".kokoro/presubmit/presubmit.cfg",
66+
".kokoro/publish-docs.sh",
67+
".kokoro/release.sh",
68+
".kokoro/release/common.cfg",
69+
".kokoro/release/release.cfg",
70+
".kokoro/samples/lint/common.cfg",
71+
".kokoro/samples/lint/continuous.cfg",
72+
".kokoro/samples/lint/periodic.cfg",
73+
".kokoro/samples/lint/presubmit.cfg",
74+
".kokoro/samples/python3.6/common.cfg",
75+
".kokoro/samples/python3.6/continuous.cfg",
76+
".kokoro/samples/python3.6/periodic.cfg",
77+
".kokoro/samples/python3.6/presubmit.cfg",
78+
".kokoro/samples/python3.7/common.cfg",
79+
".kokoro/samples/python3.7/continuous.cfg",
80+
".kokoro/samples/python3.7/periodic.cfg",
81+
".kokoro/samples/python3.7/presubmit.cfg",
82+
".kokoro/samples/python3.8/common.cfg",
83+
".kokoro/samples/python3.8/continuous.cfg",
84+
".kokoro/samples/python3.8/periodic.cfg",
85+
".kokoro/samples/python3.8/presubmit.cfg",
86+
".kokoro/test-samples.sh",
87+
".kokoro/trampoline.sh",
88+
".kokoro/trampoline_v2.sh",
89+
".pre-commit-config.yaml",
90+
".trampolinerc",
91+
"CODE_OF_CONDUCT.md",
92+
"CONTRIBUTING.rst",
93+
"LICENSE",
94+
"MANIFEST.in",
95+
"docs/_static/custom.css",
96+
"docs/_templates/layout.html",
97+
"docs/conf.py",
98+
"docs/multiprocessing.rst",
99+
"docs/recaptchaenterprise_v1/recaptcha_enterprise_service.rst",
100+
"docs/recaptchaenterprise_v1/services.rst",
101+
"docs/recaptchaenterprise_v1/types.rst",
102+
"google/cloud/recaptchaenterprise/__init__.py",
103+
"google/cloud/recaptchaenterprise/py.typed",
104+
"google/cloud/recaptchaenterprise_v1/__init__.py",
105+
"google/cloud/recaptchaenterprise_v1/py.typed",
106+
"google/cloud/recaptchaenterprise_v1/services/__init__.py",
107+
"google/cloud/recaptchaenterprise_v1/services/recaptcha_enterprise_service/__init__.py",
108+
"google/cloud/recaptchaenterprise_v1/services/recaptcha_enterprise_service/async_client.py",
109+
"google/cloud/recaptchaenterprise_v1/services/recaptcha_enterprise_service/client.py",
110+
"google/cloud/recaptchaenterprise_v1/services/recaptcha_enterprise_service/pagers.py",
111+
"google/cloud/recaptchaenterprise_v1/services/recaptcha_enterprise_service/transports/__init__.py",
112+
"google/cloud/recaptchaenterprise_v1/services/recaptcha_enterprise_service/transports/base.py",
113+
"google/cloud/recaptchaenterprise_v1/services/recaptcha_enterprise_service/transports/grpc.py",
114+
"google/cloud/recaptchaenterprise_v1/services/recaptcha_enterprise_service/transports/grpc_asyncio.py",
115+
"google/cloud/recaptchaenterprise_v1/types/__init__.py",
116+
"google/cloud/recaptchaenterprise_v1/types/recaptchaenterprise.py",
117+
"mypy.ini",
118+
"noxfile.py",
119+
"renovate.json",
120+
"scripts/decrypt-secrets.sh",
121+
"scripts/fixup_recaptchaenterprise_v1_keywords.py",
122+
"scripts/readme-gen/readme_gen.py",
123+
"scripts/readme-gen/templates/README.tmpl.rst",
124+
"scripts/readme-gen/templates/auth.tmpl.rst",
125+
"scripts/readme-gen/templates/auth_api_key.tmpl.rst",
126+
"scripts/readme-gen/templates/install_deps.tmpl.rst",
127+
"scripts/readme-gen/templates/install_portaudio.tmpl.rst",
128+
"setup.cfg",
129+
"testing/.gitignore",
130+
"tests/unit/gapic/recaptchaenterprise_v1/__init__.py",
131+
"tests/unit/gapic/recaptchaenterprise_v1/test_recaptcha_enterprise_service.py"
43132
]
44133
}

0 commit comments

Comments
 (0)