Commit 71bba96
committed
fix: pass Python3_EXECUTABLE for CTest venv discovery
Same fix as anolis — CMake resolves .venv/bin/python symlink to
the system Python, which has no pytest. Explicitly passing the venv
path prevents symlink resolution.1 parent 8ccd407 commit 71bba96
1 file changed
Lines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
128 | 128 | | |
129 | 129 | | |
130 | 130 | | |
131 | | - | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
132 | 137 | | |
133 | 138 | | |
134 | 139 | | |
| |||
0 commit comments