The GitHub Actions job "CI" on libcloud.git has succeeded. Run started by GitHub user ogayot (triggered by ogayot).
Head commit for run: df060de6ea325cba2b6411780728705252543bc3 / Olivier Gayot <olivier.ga...@canonical.com> test: fix test_ssh_client on big-endian architectures The tests test_consume_*_chunk_contains_no_utf8_character are meant to ensure support for non-UTF-8 characters. To do so, we use UTF-8 characters and compare their binary representation after being fed to paramiko. Unfortunately, UTF-32 is affected by endianness, resulting in failed tests on big-endian architectures. Fixed by checking the endianness and comparing the UTF-32 characters to their respective binary representation. Report URL: https://github.com/apache/libcloud/actions/runs/2312828556 With regards, GitHub Actions via GitBox