Skip to content

Commit 09131b2

Browse files
chore: update noxfile (via synth) (#10)
This PR was generated using Autosynth. 🌈 <details><summary>Log from Synthtool</summary> ``` 2020-04-21 06:13:29,482 synthtool > Executing /tmpfs/src/git/autosynth/working_repo/synth.py. On branch autosynth nothing to commit, working tree clean .coveragerc .flake8 .github/CONTRIBUTING.md .github/ISSUE_TEMPLATE/bug_report.md .github/ISSUE_TEMPLATE/feature_request.md .github/ISSUE_TEMPLATE/support_request.md .github/PULL_REQUEST_TEMPLATE.md .github/release-please.yml .gitignore .kokoro/build.sh .kokoro/continuous/common.cfg .kokoro/continuous/continuous.cfg .kokoro/docs/common.cfg .kokoro/docs/docs.cfg .kokoro/presubmit/common.cfg .kokoro/presubmit/presubmit.cfg .kokoro/publish-docs.sh .kokoro/release.sh .kokoro/release/common.cfg .kokoro/release/release.cfg .kokoro/trampoline.sh CODE_OF_CONDUCT.md CONTRIBUTING.rst LICENSE MANIFEST.in docs/_static/custom.css docs/_templates/layout.html docs/conf.py.j2 noxfile.py.j2 renovate.json setup.cfg Running session blacken Creating virtual environment (virtualenv) using python3.6 in .nox/blacken pip install black==19.3b0 black docs google tests noxfile.py setup.py reformatted /tmpfs/src/git/autosynth/working_repo/docs/conf.py reformatted /tmpfs/src/git/autosynth/working_repo/noxfile.py All done! ✨ 🍰 ✨ 2 files reformatted, 16 files left unchanged. Session blacken was successful. 2020-04-21 06:13:33,273 synthtool > Wrote metadata to synth.metadata. ``` </details>
1 parent f31a84f commit 09131b2

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

packages/google-cloud-dns/noxfile.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,7 @@ def system(session):
110110

111111
# Install all test dependencies, then install this package into the
112112
# virtualenv's dist-packages.
113-
session.install("mock", "pytest")
114-
113+
session.install("mock", "pytest", "google-cloud-testutils")
115114
session.install("-e", ".")
116115

117116
# Run py.test against the system tests.
@@ -139,7 +138,7 @@ def docs(session):
139138
"""Build the docs for this library."""
140139

141140
session.install("-e", ".")
142-
session.install("sphinx", "alabaster", "recommonmark")
141+
session.install("sphinx<3.0.0", "alabaster", "recommonmark")
143142

144143
shutil.rmtree(os.path.join("docs", "_build"), ignore_errors=True)
145144
session.run(

packages/google-cloud-dns/synth.metadata

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,17 @@
11
{
2-
"updateTime": "2020-03-31T12:13:26.210653Z",
32
"sources": [
3+
{
4+
"git": {
5+
"name": ".",
6+
"remote": "git@github.com:googleapis/python-dns",
7+
"sha": "5bd85d2b856ed29da9b6a975673562ae40eb7283"
8+
}
9+
},
410
{
511
"git": {
612
"name": "synthtool",
713
"remote": "https://github.com/googleapis/synthtool.git",
8-
"sha": "a003d8655d3ebec2bbbd5fc3898e91e152265c67"
14+
"sha": "cdddf139b36000b3a7c65fd2a7781e253262359a"
915
}
1016
}
1117
]

0 commit comments

Comments
 (0)