Skip to content

Commit 005b52e

Browse files
yoshi-automationparthea
authored andcommitted
changes without context (#123)
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 <[email protected]>
1 parent a63a077 commit 005b52e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

compute/compute/snippets/noxfile.py

Lines changed: 4 additions & 0 deletions
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)