Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: fail samples nox session if python version is missing (#226)
Browse files Browse the repository at this point in the history
gcf-owl-bot[bot] authored and telpirion committed Mar 13, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent b86dc07 commit 39d2879
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions securitycenter/snippets/noxfile.py
Original file line number Diff line number Diff line change
@@ -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
#

0 comments on commit 39d2879

Please sign in to comment.