fix: use correct python command name in test_stdio.py by WOnder93 · Pull Request #1782 · modelcontextprotocol/python-sdk

@WOnder93

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>

@maxisbey enabled auto-merge (squash)

December 12, 2025 14:02

maxisbey