Commit e94d68a
committed
fix(test_connect_stdio): invoke python3 instead of python
"python" is the name for Python 2's interpreter. Since pynvim is now
Python 3 only, there's no reason to expect the legacy interpreter to be
available.1 parent ef3d029 commit e94d68a
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
125 | 125 | | |
126 | 126 | | |
127 | 127 | | |
128 | | - | |
| 128 | + | |
129 | 129 | | |
130 | 130 | | |
131 | 131 | | |
| |||
0 commit comments