Skip to content

Commit

Permalink
Exclude noxfile from synth. (#9201)
Browse files Browse the repository at this point in the history
Supersedes #9195.
  • Loading branch information
tseaver authored Sep 11, 2019
1 parent 7da4a40 commit f81bf63
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
14 changes: 11 additions & 3 deletions language/synth.metadata
Original file line number Diff line number Diff line change
@@ -1,11 +1,19 @@
{
"updateTime": "2019-08-29T22:35:01.571061Z",
"updateTime": "2019-09-10T17:35:04.896094Z",
"sources": [
{
"generator": {
"name": "artman",
"version": "0.35.1",
"dockerImage": "googleapis/artman@sha256:b11c7ea0d0831c54016fb50f4b796d24d1971439b30fbc32a369ba1ac887c384"
"version": "0.36.2",
"dockerImage": "googleapis/artman@sha256:0e6f3a668cd68afc768ecbe08817cf6e56a0e64fcbdb1c58c3b97492d12418a1"
}
},
{
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "b4b182552fa0088e463ada73afcf48b405965c2c",
"internalRef": "268243295"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion language/synth.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
# Add templated files
# ----------------------------------------------------------------------------
templated_files = common.py_library(unit_cov_level=97, cov_level=100)
s.move(templated_files)
s.move(templated_files, excludes=['noxfile.py'])

s.replace(
f"google/cloud/**/gapic/language_service_client.py",
Expand Down

0 comments on commit f81bf63

Please sign in to comment.