Skip to content

Commit

Permalink
changes without context (#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 cbf749b commit 6135efc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions compute/compute/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

0 comments on commit 6135efc

Please sign in to comment.