Skip to content

Commit df44ac4

Browse files
gcf-owl-bot[bot]parthea
authored andcommitted
chore(python): modify templated noxfile to support non-cloud APIs (googleapis#631)
* chore(python): modify templated noxfile to support non-cloud APIs Source-Link: googleapis/synthtool@76d5fec Post-Processor: gcr.io/repo-automation-bots/owlbot-python:latest@sha256:0e17f66ec39d87a7e64954d7bf254dc2d05347f5aefbb3a1d4a3270fc7d6ea97 * fix replacement in owlbot.py * use post processor in cloud-devrel-public-resources * 🦉 Updates from OwlBot See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * 🦉 Updates from OwlBot See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: Anthonios Partheniou <[email protected]>
1 parent 5627d45 commit df44ac4

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/.OwlBot.lock.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
docker:
2-
image: gcr.io/repo-automation-bots/owlbot-python:latest
3-
digest: sha256:5de5d966039e98922fa7ea4d28d0cd80a9ee7344003af819c868dd4520629d75
2+
image: gcr.io/cloud-devrel-public-resources/owlbot-python:latest
3+
digest: sha256:979d9498e07c50097c1aeda937dcd32094ecc7440278a83e832b6a05602f62b6

.github/.OwlBot.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# limitations under the License.
1414

1515
docker:
16-
image: gcr.io/repo-automation-bots/owlbot-python:latest
16+
image: gcr.io/cloud-devrel-public-resources/owlbot-python:latest
1717

1818
deep-remove-regex:
1919
- /owl-bot-staging

owlbot.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ def place_before(path, text, *before_text, escape=None):
223223
s.replace(
224224
"noxfile.py",
225225
"""f"--junitxml=unit_{session.python}_sponge_log.xml",
226-
"--cov=google/cloud",
226+
"--cov=google",
227227
"--cov=tests/unit",""",
228228
"""\"--cov=google.cloud.spanner",
229229
"--cov=google.cloud",

0 commit comments

Comments
 (0)