diff --git a/dlp/synth.metadata b/dlp/synth.metadata index 6ed9ce34fb47..fbdfcc489bd7 100644 --- a/dlp/synth.metadata +++ b/dlp/synth.metadata @@ -1,19 +1,19 @@ { - "updateTime": "2019-08-06T12:23:29.991839Z", + "updateTime": "2019-09-24T18:27:57.363448Z", "sources": [ { "generator": { "name": "artman", - "version": "0.32.1", - "dockerImage": "googleapis/artman@sha256:a684d40ba9a4e15946f5f2ca6b4bd9fe301192f522e9de4fff622118775f309b" + "version": "0.37.0", + "dockerImage": "googleapis/artman@sha256:0f66008f69061ea6d41499e2a34da3fc64fc7c9798077e3a37158653a135d801" } }, { "git": { "name": "googleapis", "remote": "https://github.com/googleapis/googleapis.git", - "sha": "e699b0cba64ffddfae39633417180f1f65875896", - "internalRef": "261759677" + "sha": "c277413f1840b735582235ece0a7f2825520b7a5", + "internalRef": "270943570" } }, { diff --git a/dlp/synth.py b/dlp/synth.py index 9a50da31e917..4a0b8d801de9 100644 --- a/dlp/synth.py +++ b/dlp/synth.py @@ -253,6 +253,6 @@ # 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.shell.run(["nox", "-s", "blacken"], hide_output=False)