Skip to content

Commit

Permalink
fix: synth updates for overwriting conf.py
Browse files Browse the repository at this point in the history
  • Loading branch information
crwilcox committed Feb 7, 2020
1 parent dd80912 commit f589b54
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion noxfile.py
Expand Up @@ -112,8 +112,8 @@ def system(session):
# virtualenv's dist-packages.
session.install("mock", "pytest")

session.install("-e", ".")
session.install("-e", "test_utils")
session.install("-e", ".")

# Run py.test against the system tests.
if system_test_exists:
Expand Down
7 changes: 3 additions & 4 deletions synth.metadata
@@ -1,5 +1,5 @@
{
"updateTime": "2020-02-06T23:50:52.082564Z",
"updateTime": "2020-02-07T00:36:36.462894Z",
"sources": [
{
"generator": {
Expand All @@ -12,9 +12,8 @@
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "052b274138fce2be80f97b6dcb83ab343c7c8812",
"internalRef": "293693115",
"log": "052b274138fce2be80f97b6dcb83ab343c7c8812\nAdd source field for user event and add field behavior annotations\n\nPiperOrigin-RevId: 293693115\n\n"
"sha": "68477017c4173c98addac0373950c6aa9d7b375f",
"internalRef": "293703548"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion synth.py
Expand Up @@ -37,6 +37,6 @@
# Add templated files
# ----------------------------------------------------------------------------
templated_files = common.py_library(unit_cov_level=97, cov_level=99, system_test_dependencies=["test_utils"])
s.move(templated_files, excludes="noxfile.py")
s.move(templated_files, excludes=["docs/conf.py"])

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

0 comments on commit f589b54

Please sign in to comment.