fix: use correct python command name in test_stdio.py by WOnder93 · Pull Request #1782 · modelcontextprotocol/python-sdk
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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters