Skip to content
This repository was archived by the owner on Sep 5, 2023. It is now read-only.

Commit 4efd7b7

Browse files
committed
chore: update templates
1 parent 3a3acd8 commit 4efd7b7

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ def docs(session):
154154
shutil.rmtree(os.path.join("docs", "_build"), ignore_errors=True)
155155
session.run(
156156
"sphinx-build",
157-
"-W", # warnings as errors
157+
# "-W", # warnings as errors
158158
"-T", # show full traceback on exception
159159
"-N", # no colors
160160
"-b",

synth.metadata

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"git": {
55
"name": ".",
66
"remote": "[email protected]:googleapis/python-datacatalog.git",
7-
"sha": "cb9c41ed3c4aa3926c61636e333c25a744ecc0c6"
7+
"sha": "bc14411984259665f14119443f6d5e6901a7e3d4"
88
}
99
},
1010
{

synth.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,5 +68,8 @@
6868

6969
python.py_samples()
7070

71+
# Temporarily disable warnings due to
72+
# https://github.com/googleapis/gapic-generator-python/issues/525
73+
s.replace("noxfile.py", '[\"\']-W[\"\']', '# "-W"')
7174

7275
s.shell.run(["nox", "-s", "blacken"], hide_output=False)

0 commit comments

Comments
 (0)