From 69ec9fea1026c00642ca55ca18110b7ef5a09675 Mon Sep 17 00:00:00 2001 From: Yoshi Automation Bot <44816363+yoshi-automation@users.noreply.github.com> Date: Wed, 20 Feb 2019 10:55:24 -0800 Subject: [PATCH] Add clarifying comment to blacken nox target. (#7388) --- dataproc/noxfile.py | 4 ++++ dataproc/synth.metadata | 10 +++++----- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/dataproc/noxfile.py b/dataproc/noxfile.py index bfac9f4c2bce..d692cf37f39c 100644 --- a/dataproc/noxfile.py +++ b/dataproc/noxfile.py @@ -45,6 +45,10 @@ def blacken(session): """Run black. Format code to uniform standard. + + This currently uses Python 3.6 due to the automated Kokoro run of synthtool. + That run uses an image that doesn't have 3.6 installed. Before updating this + check the state of the `gcp_ubuntu_config` we use for that Kokoro run. """ session.install("black") session.run( diff --git a/dataproc/synth.metadata b/dataproc/synth.metadata index abd0945de4aa..cbe636adf299 100644 --- a/dataproc/synth.metadata +++ b/dataproc/synth.metadata @@ -1,19 +1,19 @@ { - "updateTime": "2019-02-02T13:16:29.497513Z", + "updateTime": "2019-02-20T17:43:42.102468Z", "sources": [ { "generator": { "name": "artman", - "version": "0.16.8", - "dockerImage": "googleapis/artman@sha256:75bc07ef34a1de9895c18af54dc503ed3b3f3b52e85062e3360a979d2a0741e7" + "version": "0.16.13", + "dockerImage": "googleapis/artman@sha256:5fd9aee1d82a00cebf425c8fa431f5457539562f5867ad9c54370f0ec9a7ccaa" } }, { "git": { "name": "googleapis", "remote": "https://github.com/googleapis/googleapis.git", - "sha": "bce093dab3e65c40eb9a37efbdc960f34df6037a", - "internalRef": "231974277" + "sha": "0ce342a369205448d8ad2c92da9c841de132b106", + "internalRef": "234801716" } }, {