Commit f43c3ed
committed
fix: use correct python command name in test_stdio.py
Some platforms (e.g. Fedora) don't provide an unversioned `python`
binary. In such case `tests/client/test_stdio.py` fails when it tries to
call it. Use `sys.executable` instead, which works reliably.
Signed-off-by: Ondrej Mosnáček <omosnacek@gmail.com>1 parent a3a4b8d commit f43c3ed
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
72 | | - | |
| 72 | + | |
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
| |||
0 commit comments