Skip to content
This repository was archived by the owner on Feb 10, 2026. It is now read-only.

Commit 61685c7

Browse files
chore: update noxfile (via synth) (#11)
1 parent 7fafc52 commit 61685c7

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

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(

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:49.228648Z",
32
"sources": [
3+
{
4+
"git": {
5+
"name": ".",
6+
"remote": "git@github.com:googleapis/python-runtimeconfig",
7+
"sha": "fb3dc78a54500fe44713884e3119d5bfcfcff4d4"
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)