Message 335951 - Python tracker

Message335951

Author vstinner
Recipients christian.heimes, vstinner
Date 2019-02-19.14:32:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1550586724.65.0.987529132021.issue36037@roundup.psfhosted.org>
In-reply-to
Content
On Python 2.7.16rc, similar tests are failing on RHEL8:

ERROR: test_protocol_sslv23 (test.test_ssl.ThreadedTests)
ERROR: test_protocol_tlsv1_1 (test.test_ssl.ThreadedTests)

... But right now, Python 2.7 doesn't give access to minimum_version/maximum_version :-( Not even to read these versions. So I'm not sure how to skip or fix these tests, without backporting code for these attributes.
History
Date User Action Args
2019-02-19 14:32:04vstinnersetrecipients: + vstinner, christian.heimes
2019-02-19 14:32:04vstinnersetmessageid: <1550586724.65.0.987529132021.issue36037@roundup.psfhosted.org>
2019-02-19 14:32:04vstinnerlinkissue36037 messages
2019-02-19 14:32:04vstinnercreate