Skip to content

Commit 727c263

Browse files
committed
Update securitycenter/snippets/noxfile_config.py
1 parent cc8835c commit 727c263

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

securitycenter/snippets/noxfile_config.py

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,13 @@
2727
# to 'BUILD_SPECIFIC_GCLOUD_PROJECT' if you want to opt in using a
2828
# build specific Cloud project. You can also use your own string
2929
# to use your own Cloud project.
30-
# 'gcloud_project_env': 'GOOGLE_CLOUD_PROJECT',
31-
"gcloud_project_env": "BUILD_SPECIFIC_GCLOUD_PROJECT",
30+
"gcloud_project_env": "GOOGLE_CLOUD_PROJECT",
31+
# 'gcloud_project_env': 'BUILD_SPECIFIC_GCLOUD_PROJECT',
32+
# If you need to use a specific version of pip,
33+
# change pip_version_override to the string representation
34+
# of the version number, for example, "20.2.4"
35+
"pip_version_override": None,
3236
# A dictionary you want to inject into your test. Don't put any
3337
# secrets here. These values will override predefined values.
34-
"envs": {
35-
"GCLOUD_ORGANIZATION": "1081635000895",
36-
"GCLOUD_PROJECT": "project-a-id",
37-
"GCLOUD_PUBSUB_TOPIC": "projects/project-a-id/topics/notifications-sample-topic",
38-
"GCLOUD_PUBSUB_SUBSCRIPTION": "notification-sample-subscription",
39-
},
38+
"envs": {},
4039
}

0 commit comments

Comments
 (0)