Skip to content

Commit

Permalink
chore: update noxfile (via synth) (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation committed May 1, 2020
1 parent 7fafc52 commit 61685c7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
5 changes: 2 additions & 3 deletions noxfile.py
Expand Up @@ -110,8 +110,7 @@ def system(session):

# Install all test dependencies, then install this package into the
# virtualenv's dist-packages.
session.install("mock", "pytest")

session.install("mock", "pytest", "google-cloud-testutils")
session.install("-e", ".")

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

session.install("-e", ".")
session.install("sphinx", "alabaster", "recommonmark")
session.install("sphinx<3.0.0", "alabaster", "recommonmark")

shutil.rmtree(os.path.join("docs", "_build"), ignore_errors=True)
session.run(
Expand Down
10 changes: 8 additions & 2 deletions synth.metadata
@@ -1,11 +1,17 @@
{
"updateTime": "2020-03-31T12:13:49.228648Z",
"sources": [
{
"git": {
"name": ".",
"remote": "git@github.com:googleapis/python-runtimeconfig",
"sha": "fb3dc78a54500fe44713884e3119d5bfcfcff4d4"
}
},
{
"git": {
"name": "synthtool",
"remote": "https://github.com/googleapis/synthtool.git",
"sha": "a003d8655d3ebec2bbbd5fc3898e91e152265c67"
"sha": "cdddf139b36000b3a7c65fd2a7781e253262359a"
}
}
]
Expand Down

0 comments on commit 61685c7

Please sign in to comment.