Commit ea066a0
FIX: Propagate PYTHONPATH to subprocess in GIL-release test
The CI environment does not have mssql_python installed system-wide;
pytest's path manipulation makes it importable in the test process but
the spawned subprocess does not inherit that. Pass sys.path via
PYTHONPATH so the subprocess can locate mssql_python.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 4977bd6 commit ea066a0
1 file changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
213 | 213 | | |
214 | 214 | | |
215 | 215 | | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
216 | 220 | | |
217 | 221 | | |
218 | 222 | | |
| |||
0 commit comments