This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients christian.heimes, miss-islington, pablogsal, vstinner
Date 2019-12-04.10:57:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1575457049.62.0.805601049245.issue38815@roundup.psfhosted.org>
In-reply-to
Content
test_ssl still fails on FreeBSD:

======================================================================
FAIL: test_min_max_version (test.test_ssl.ContextTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/home/buildbot/python/3.x.koobs-freebsd-564d/build/Lib/test/test_ssl.py", line 1244, in test_min_max_version
    self.assertIn(
AssertionError: <TLSVersion.TLSv1_2: 771> not found in {<TLSVersion.SSLv3: 768>, <TLSVersion.TLSv1: 769>}

======================================================================
FAIL: test_min_max_version_mismatch (test.test_ssl.ThreadedTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/home/buildbot/python/3.x.koobs-freebsd-564d/build/Lib/test/test_ssl.py", line 220, in wrapper
    return func(*args, **kw)
  File "/usr/home/buildbot/python/3.x.koobs-freebsd-564d/build/Lib/test/test_ssl.py", line 3846, in test_min_max_version_mismatch
    self.assertIn("alert", str(e.exception))
AssertionError: 'alert' not found in '[SSL: NO_PROTOCOLS_AVAILABLE] no protocols available (_ssl.c:1108)'
History
Date User Action Args
2019-12-04 10:57:29vstinnersetrecipients: + vstinner, christian.heimes, pablogsal, miss-islington
2019-12-04 10:57:29vstinnersetmessageid: <1575457049.62.0.805601049245.issue38815@roundup.psfhosted.org>
2019-12-04 10:57:29vstinnerlinkissue38815 messages
2019-12-04 10:57:29vstinnercreate