The GitHub Actions job "CI" on libcloud.git has failed. Run started by GitHub user havardAasen (triggered by Kami).
Head commit for run: 430b0dbebda8bee11574470206006e6ac656ccab / HÃ¥vard F. Aasen <[email protected]> Use tuple to compare versions for test against Paramiko. For the test test_key_file_non_pem_format_error() we want to compare and see if Paramiko version is greater than '2.7.0'. The version is compared as a string. This breaks when we test against version '2.10' and above. We change from comparing a string, to comparing a tuple. This is identical to this commit: 470dc46014e5b89a61a74cb6fd62493c49483a15 Report URL: https://github.com/apache/libcloud/actions/runs/2325177334 With regards, GitHub Actions via GitBox
