Commit 5e8a8e7
authored
Improve AutoTST dependency handling in job execution (#816)
Replaces the import-time check for the AutoTST module with a runtime
check for the configured AutoTST Python executable, providing a clearer
error message if it is missing. Original code was attempting to import
AutoTST scripts when in reality we use AutoTST as a subprocess, so it
did not make sense to be importing the actual scripts.2 files changed
Lines changed: 5 additions & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | 22 | | |
29 | 23 | | |
30 | 24 | | |
| |||
218 | 212 | | |
219 | 213 | | |
220 | 214 | | |
221 | | - | |
222 | | - | |
223 | | - | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
224 | 219 | | |
225 | 220 | | |
226 | 221 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4184 | 4184 | | |
4185 | 4185 | | |
4186 | 4186 | | |
4187 | | - | |
| 4187 | + | |
4188 | 4188 | | |
4189 | 4189 | | |
4190 | 4190 | | |
| |||
0 commit comments