hazelcast/hazelcast-python-client

Cloud discovery tests fail in Nightly Python 3.7 with Ubuntu [API-1744]

yuce opened this issue · 2 comments

Internal Jira issue: API-1744

This will be temporarily fixed by #597. The issue is that, in ubuntu-latest, they use OpenSSL 3.0, which has some breaking changes. They have fixed them in the newer Python versions but the changes are not backported to 3.6 and 3.7. Using ubuntu-20.04 solves this problem for now, but we need to think of a better solution, either find a workaround or disable the tests in specific Python versions depending on the OpenSSL version