Commit 0f210b3
committed
Fix stub executable in tests for Windows
On Python 3.12+, `shutil.which()` will not recognize executables which
do not match `PATHEXT` even when given an absolute path to an
executable. As a result, this stub executable used in a test case
fails to be recognized and an unexpected error is emitted.1 parent 8ff350b commit 0f210b3
1 file changed
Lines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
333 | 333 | | |
334 | 334 | | |
335 | 335 | | |
336 | | - | |
| 336 | + | |
| 337 | + | |
| 338 | + | |
| 339 | + | |
| 340 | + | |
| 341 | + | |
337 | 342 | | |
338 | 343 | | |
339 | 344 | | |
| |||
0 commit comments