Commit d1e9cdf
authored
build(python): fail nox sessions if a python version is missing (#51)
Nox's default behavior is to quietly skip if a python interpreter is missing. https://nox.thea.codes/en/stable/usage.html#failing-sessions-when-the-interpreter-is-missing
Source-Author: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com>
Source-Date: Tue Mar 16 13:38:02 2021 -0600
Source-Repo: googleapis/synthtool
Source-Sha: eda422b90c3dde4a872a13e6b78a8f802c40d0db
Source-Link: googleapis/synthtool@eda422b1 parent 2cd2b7c commit d1e9cdfCopy full SHA for d1e9cdf
File tree
Expand file treeCollapse file tree
2 files changed
+6
-3
lines changedOpen diff view settings
Filter options
- packages/google-analytics-data
Expand file treeCollapse file tree
2 files changed
+6
-3
lines changedOpen diff view settings
Collapse file
packages/google-analytics-data/noxfile.py
Copy file name to clipboardExpand all lines: packages/google-analytics-data/noxfile.py+3Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
41 | 41 | |
42 | 42 | |
43 | 43 | |
| 44 | + |
| 45 | + |
| 46 | + |
44 | 47 | |
45 | 48 | |
46 | 49 | |
|
Collapse file
packages/google-analytics-data/synth.metadata
Copy file name to clipboardExpand all lines: packages/google-analytics-data/synth.metadata+3-3Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
4 | 4 | |
5 | 5 | |
6 | 6 | |
7 | | - |
| 7 | + |
8 | 8 | |
9 | 9 | |
10 | 10 | |
| ||
19 | 19 | |
20 | 20 | |
21 | 21 | |
22 | | - |
| 22 | + |
23 | 23 | |
24 | 24 | |
25 | 25 | |
26 | 26 | |
27 | 27 | |
28 | 28 | |
29 | | - |
| 29 | + |
30 | 30 | |
31 | 31 | |
32 | 32 | |
|
0 commit comments