Skip to content

Commit

Permalink
changes without context (googleapis#123)
Browse files Browse the repository at this point in the history
autosynth cannot find the source of changes triggered by earlier changes in this
        repository, or by version upgrades to tools such as linters.

Co-authored-by: Anthonios Partheniou <partheniou@google.com>
  • Loading branch information
yoshi-automation and parthea authored Oct 14, 2021
1 parent 7a9e832 commit dece849
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions samples/snippets/noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,10 @@ def get_pytest_env_vars() -> Dict[str, str]:
"True",
"true",
)

# Error if a python version is missing
nox.options.error_on_missing_interpreters = True

#
# Style Checks
#
Expand Down
2 changes: 1 addition & 1 deletion synth.metadata
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/python-compute.git",
"sha": "09852ed31c974e3a52ad1c813d7e7fa8125212e2"
"sha": "8e6293777e9197ed0ff795b3f74744c556777d07"
}
},
{
Expand Down

0 comments on commit dece849

Please sign in to comment.