Commit cda4d24
committed
fix(test): isolate interpreter-discovery tests from ambient SYSTEM_PYTHON
The compat job exports SYSTEM_PYTHON for the venv-building CLI tests;
the discovery unit tests fabricate their own interpreters and the
ambient override short-circuited the walk they exercise. An autouse
fixture clears it — verified passing both with and without the
variable set.1 parent 5fb2f3b commit cda4d24
1 file changed
Lines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
23 | 31 | | |
24 | 32 | | |
25 | 33 | | |
| |||
0 commit comments