Skip to content

Commit 0a1f68b

Browse files
tseaveremar-kar
authored andcommitted
Exclude noxfile from synth. (googleapis#9201)
Supersedes googleapis#9195.
1 parent 9f384b7 commit 0a1f68b

2 files changed

Lines changed: 12 additions & 4 deletions

File tree

language/synth.metadata

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,19 @@
11
{
2-
"updateTime": "2019-08-29T22:35:01.571061Z",
2+
"updateTime": "2019-09-10T17:35:04.896094Z",
33
"sources": [
44
{
55
"generator": {
66
"name": "artman",
7-
"version": "0.35.1",
8-
"dockerImage": "googleapis/artman@sha256:b11c7ea0d0831c54016fb50f4b796d24d1971439b30fbc32a369ba1ac887c384"
7+
"version": "0.36.2",
8+
"dockerImage": "googleapis/artman@sha256:0e6f3a668cd68afc768ecbe08817cf6e56a0e64fcbdb1c58c3b97492d12418a1"
9+
}
10+
},
11+
{
12+
"git": {
13+
"name": "googleapis",
14+
"remote": "https://github.com/googleapis/googleapis.git",
15+
"sha": "b4b182552fa0088e463ada73afcf48b405965c2c",
16+
"internalRef": "268243295"
917
}
1018
},
1119
{

language/synth.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
# Add templated files
4646
# ----------------------------------------------------------------------------
4747
templated_files = common.py_library(unit_cov_level=97, cov_level=100)
48-
s.move(templated_files)
48+
s.move(templated_files, excludes=['noxfile.py'])
4949

5050
s.replace(
5151
f"google/cloud/**/gapic/language_service_client.py",

0 commit comments

Comments
 (0)