mirror of
https://github.com/RsyncProject/rsync.git
synced 2026-05-14 01:45:45 -04:00
The default python3 on AlmaLinux 8 is 3.6, but runtests.py uses subprocess.run(capture_output=...) and check_output(text=...) which were introduced in 3.7. Install the python39 module stream and point /usr/bin/python3 at it via alternatives so the existing shebang resolves correctly. Reproduced as: TypeError: __init__() got an unexpected keyword argument 'capture_output' at runtests.py line 75. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>