Skip to content

Commit 65e8fa1

Browse files
gcf-owl-bot[bot]dandhlee
authored andcommitted
chore: fail samples nox session if python version is missing (#170)
1 parent bb116de commit 65e8fa1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

cloud-tasks/snippets/noxfile.py

+4
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,10 @@ def get_pytest_env_vars() -> Dict[str, str]:
9898
"True",
9999
"true",
100100
)
101+
102+
# Error if a python version is missing
103+
nox.options.error_on_missing_interpreters = True
104+
101105
#
102106
# Style Checks
103107
#

0 commit comments

Comments
 (0)