This repository was archived by the owner on Feb 10, 2026. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +10
-5
lines changed
Expand file tree Collapse file tree 2 files changed +10
-5
lines changed Original file line number Diff line number Diff 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 (
Original file line number Diff line number Diff line change 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 ]
You can’t perform that action at this time.
0 commit comments